This commit is contained in:
2025-04-25 02:14:24 +08:00
parent 6827945446
commit 9eb4d06939
38 changed files with 1941 additions and 42 deletions

View File

@@ -1,6 +1,7 @@
// @ts-check
// https://bun.sh/docs/bundler
import pkg from './package.json' assert { type: 'json' };
// @ts-ignore
import pkg from './package.json';
// bun run src/index.ts --
await Bun.build({
target: 'node',
@@ -8,7 +9,7 @@ await Bun.build({
entrypoints: ['./src/index.ts'],
outdir: './dist',
naming: {
entry: 'app.mjs',
entry: 'envision.mjs',
},
define: {