Skip to content

Commit 9e42974

Browse files
committed
chore: wip
1 parent 6e7b450 commit 9e42974

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.stacks/core/actions/src/zip/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ console.log('✓ zipping your API for Lambda usage...')
77
const from = [
88
'bootstrap',
99
'runtime.ts',
10-
'dist/server.js',
10+
'server.js',
1111
]
1212

1313
const to = p.projectStoragePath('framework/cloud/lambda.zip')

.stacks/core/cloud/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/drivers/aws/runtime/server.js

.stacks/core/cloud/build-server.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/drivers/aws/runtime/server.ts --outdir src/drivers/aws/runtime/dist --format esm --minify --target bun', {
3+
const result = await runCommand('bun build ./src/drivers/aws/runtime/server.ts --outdir src/drivers/aws/runtime --format esm --minify --target bun', {
44
cwd: import.meta.dir,
55
})
66

0 commit comments

Comments
 (0)