Serve script that sends correct MIME types

Python...
This commit is contained in:
space-nuko
2023-05-11 11:29:41 -05:00
parent baa24f4d36
commit 68eca7cffb
4 changed files with 60 additions and 18 deletions

View File

@@ -22,6 +22,10 @@ export default defineConfig({
svelte(),
viteStaticCopy({
targets: [
{
src: 'bin/serve.py',
dest: './'
},
{
src: 'bin/run.sh',
dest: './'