Fix wrong path in esbuild
parent
8aebf4cfe7
commit
e4d87bf7d6
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "esbuild app/root.tsx --bundle --outfile=../public_test/script.js"
|
"build": "esbuild app/root.tsx --bundle --outfile=/public/script.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/react": "^18.2.33",
|
"@types/react": "^18.2.33",
|
||||||
|
|
Loading…
Reference in New Issue