temp
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user