File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ console.log('✓ zipping your API for Lambda usage...')
7
7
const from = [
8
8
'bootstrap' ,
9
9
'runtime.ts' ,
10
- 'dist/ server.js' ,
10
+ 'server.js' ,
11
11
]
12
12
13
13
const to = p . projectStoragePath ( 'framework/cloud/lambda.zip' )
Original file line number Diff line number Diff line change
1
+ src /drivers /aws /runtime /server.js
Original file line number Diff line number Diff line change 1
1
import { log , runCommand } from '@stacksjs/cli'
2
2
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' , {
4
4
cwd : import . meta. dir ,
5
5
} )
6
6
You can’t perform that action at this time.
0 commit comments