Skip to content

Commit 1e06299

Browse files
committed
chore: wip
1 parent 93e09f1 commit 1e06299

File tree

1 file changed

+1
-1
lines changed
  • .stacks/core/vite-plugin-vue-layouts

1 file changed

+1
-1
lines changed

.stacks/core/vite-plugin-vue-layouts/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { log, runCommand } from '@stacksjs/cli'
22

3-
const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm', {
3+
const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external path --external local-pkg --external @stacksjs/storage --external vite --external debug --target node', {
44
cwd: import.meta.dir,
55
})
66

0 commit comments

Comments
 (0)