Compare commits
3 Commits
7047dcc7c3
...
f65a57964f
Author | SHA1 | Date |
---|---|---|
Stein Ivar Berghei | f65a57964f | |
Stein Ivar Berghei | e4d87bf7d6 | |
Stein Ivar Berghei | 8aebf4cfe7 |
|
@ -16,3 +16,6 @@ ambiance
|
||||||
public/
|
public/
|
||||||
node_modules/
|
node_modules/
|
||||||
src/node_modules
|
src/node_modules
|
||||||
|
*.aac
|
||||||
|
*.opus
|
||||||
|
*.mp3
|
|
@ -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