Update startup.mjs

This commit is contained in:
Pas 2025-09-25 11:58:36 -06:00
parent 54ab56d342
commit ddc9ef0beb

View file

@ -7,6 +7,9 @@ const root = dirname(fileURLToPath(import.meta.url));
await build({
root,
build: {
sourcemap: false,
},
});
const server = await preview({
root,