Skip to content

Commit cc8dd86

Browse files
committed
chore: wip
1 parent d50561f commit cc8dd86

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

bun.lockb

-9.34 KB
Binary file not shown.

storage/framework/core/cloud/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"@aws-sdk/client-ses": "^3.504.0",
6969
"@aws-sdk/client-sesv2": "^3.504.0",
7070
"@aws-sdk/client-ssm": "^3.504.0",
71-
"@aws-sdk/lib-dynamodb": "^3.506.0",
7271
"@stacksjs/config": "workspace:*",
7372
"@stacksjs/env": "workspace:*",
7473
"@stacksjs/logging": "workspace:*",

storage/framework/server/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { log } from '@stacksjs/cli'
55
import { app } from '@stacksjs/config'
66
import { slug } from '@stacksjs/strings'
77

8+
// this allows for a custom "server configuration" by the user
89
if (hasFiles(projectPath('server'))) {
910
await $`rm -rf ../../../server/build.ts`
1011
await $`cp -r ../../../server .`

0 commit comments

Comments
 (0)