Compare commits

..

No commits in common. "f65a57964fbdeff4ce02b15273d4864e4b4f6042" and "7047dcc7c38ef1294c87ce0f7ed262f590f50fcb" have entirely different histories.

2 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View File

@ -16,6 +16,3 @@ ambiance
public/
node_modules/
src/node_modules
*.aac
*.opus
*.mp3

View File

@ -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",