Fix wrong path in esbuild

master
Stein Ivar Berghei 2023-11-02 21:32:49 +01:00
parent 8aebf4cfe7
commit e4d87bf7d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"scripts": {
"build": "esbuild app/root.tsx --bundle --outfile=../public_test/script.js"
"build": "esbuild app/root.tsx --bundle --outfile=/public/script.js"
},
"dependencies": {
"@types/react": "^18.2.33",