Compare commits
No commits in common. "f65a57964fbdeff4ce02b15273d4864e4b4f6042" and "7047dcc7c38ef1294c87ce0f7ed262f590f50fcb" have entirely different histories.
f65a57964f
...
7047dcc7c3
|
@ -16,6 +16,3 @@ ambiance
|
|||
public/
|
||||
node_modules/
|
||||
src/node_modules
|
||||
*.aac
|
||||
*.opus
|
||||
*.mp3
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"scripts": {
|
||||
"build": "esbuild app/root.tsx --bundle --outfile=/public/script.js"
|
||||
"build": "esbuild app/root.tsx --bundle --outfile=../public_test/script.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/react": "^18.2.33",
|
||||
|
|
Loading…
Reference in New Issue