Work out the rest of the static site deployment

This commit is contained in:
Eli Ribble 2026-04-07 14:56:31 +00:00
parent e7c33d7e10
commit 1a53d5338f
No known key found for this signature in database
9 changed files with 161 additions and 121 deletions

View file

@ -33,12 +33,12 @@ export default defineConfig({
},
build: {
manifest: true,
manifest: false,
outDir: "static/gen/rmo",
emptyOutDir: true,
rollupOptions: {
input: {
main: path.resolve(__dirname, "./main.ts"),
main: path.resolve(__dirname, "./index.html"),
},
output: {
entryFileNames: "js/bundle.[hash].js",