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 d50561f commit cc8dd86Copy full SHA for cc8dd86
bun.lockb
-9.34 KB
storage/framework/core/cloud/package.json
@@ -68,7 +68,6 @@
68
"@aws-sdk/client-ses": "^3.504.0",
69
"@aws-sdk/client-sesv2": "^3.504.0",
70
"@aws-sdk/client-ssm": "^3.504.0",
71
- "@aws-sdk/lib-dynamodb": "^3.506.0",
72
"@stacksjs/config": "workspace:*",
73
"@stacksjs/env": "workspace:*",
74
"@stacksjs/logging": "workspace:*",
storage/framework/server/build.ts
@@ -5,6 +5,7 @@ import { log } from '@stacksjs/cli'
5
import { app } from '@stacksjs/config'
6
import { slug } from '@stacksjs/strings'
7
8
+// this allows for a custom "server configuration" by the user
9
if (hasFiles(projectPath('server'))) {
10
await $`rm -rf ../../../server/build.ts`
11
await $`cp -r ../../../server .`
0 commit comments