We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2380834 commit c7a2689Copy full SHA for c7a2689
.stacks/core/scheduler/build.ts
@@ -1,6 +1,6 @@
1
import { log, runCommand } from '@stacksjs/cli'
2
3
-const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --target bun', {
+const result = await runCommand('bun build ./src/index.ts --outdir dist --format esm --external node-cron --target bun', {
4
cwd: import.meta.dir,
5
})
6
0 commit comments