mirror of
https://github.com/p-stream/providers.git
synced 2026-04-19 17:42:05 +00:00
Update startup.mjs
This commit is contained in:
parent
54ab56d342
commit
ddc9ef0beb
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ const root = dirname(fileURLToPath(import.meta.url));
|
|||
|
||||
await build({
|
||||
root,
|
||||
build: {
|
||||
sourcemap: false,
|
||||
},
|
||||
});
|
||||
const server = await preview({
|
||||
root,
|
||||
|
|
|
|||
Loading…
Reference in a new issue