fix
This commit is contained in:
parent
4621a457e4
commit
81ce2675b4
|
|
@ -67,12 +67,10 @@ export const server: PrasiServer = {
|
|||
entryPoints: ["server.ts"],
|
||||
bundle: true,
|
||||
outfile: build_file,
|
||||
minify: true,
|
||||
platform: "node",
|
||||
treeShaking: true,
|
||||
format: "cjs",
|
||||
logLevel: "silent",
|
||||
sourcemap: true,
|
||||
banner: {
|
||||
js: `\
|
||||
const _fs = require('node:fs/promises');
|
||||
|
|
|
|||
Loading…
Reference in New Issue