Merge pull request #36 from space-nuko/custom-serve-script

Serve script that sends correct MIME types
This commit is contained in:
space-nuko
2023-05-11 11:33:46 -05:00
committed by GitHub
4 changed files with 62 additions and 18 deletions

View File

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