diff --git a/package.json b/package.json index 3a92c3f..c4a137d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "host/main.ts", "scripts": { "build": "tsx ./build-all.mts", - "serve": "serve -s ./assets -p 4444 --cors", + "serve": "serve -s ./assets -p 4444 --cors -c ./serve.json", "dev": "vite --config vite.config.mts", "tsc": "tsc -b", "tsc:app": "tsc -p tsconfig.app.json", diff --git a/serve.json b/serve.json new file mode 100644 index 0000000..b308df8 --- /dev/null +++ b/serve.json @@ -0,0 +1,3 @@ +{ + "cleanUrls": false +}