diff --git a/.gitignore b/.gitignore index 0e2355f..b5b513c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .direnv -smb.nes +*.nes # Logs logs *.log @@ -24,3 +24,5 @@ dist-ssr *.njsproj *.sln *.sw? + +junk \ No newline at end of file diff --git a/Tetris.nes b/Tetris.nes deleted file mode 100644 index 8336a66..0000000 Binary files a/Tetris.nes and /dev/null differ diff --git a/index.html b/index.html index eaab3cc..1441cce 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Meowio -
+
loading...
diff --git a/package.json b/package.json index 3fc63bb..4790792 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "dev": "vite", "build": "vite build", "preview": "vite preview", - "rebuild": "cd jsnes && yarn && cd .. && yarn upgrade jsnes && vite --force" + "rebuild": "cd jsnes && yarn && cd .. && yarn upgrade jsnes && vite --force", + "deploy": "vite build && rsync -r --chown nginx:nginx dist/ information-superhighway.net:/var/www/information-superhighway/meowio" }, "dependencies": { "jsnes": "file:./jsnes" diff --git a/samples/QUACK.WAV b/public/samples/QUACK.WAV similarity index 100% rename from samples/QUACK.WAV rename to public/samples/QUACK.WAV diff --git a/samples/YEARGH.WAV b/public/samples/YEARGH.WAV similarity index 100% rename from samples/YEARGH.WAV rename to public/samples/YEARGH.WAV diff --git a/samples/meow1.wav b/public/samples/meow1.wav similarity index 100% rename from samples/meow1.wav rename to public/samples/meow1.wav diff --git a/src/App.svelte b/src/App.svelte index ddd84aa..3811459 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,5 +1,4 @@