Skip to content

Commit 14ea951

Browse files
committed
chore: wip
1 parent a347260 commit 14ea951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stacks/core/cloud/bin/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { app as a, services as s } from '@stacksjs/config'
44
import { StacksCloud } from '../src/cloud.js'
55

66
const app = new cdk.App()
7-
const cloudName = `${a.name ?? 'Stacks'}Cloud`
7+
const cloudName = `StacksCloud`
88

99
// eslint-disable-next-line no-new
1010
new StacksCloud(app, cloudName, {

.stacks/core/cloud/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"app": "npx ts-node --prefer-ts-exts /Users/ChrisBreuer/Code/stacks/.stacks/core/cloud/bin/deploy.js",
2+
"app": "npx ts-node --prefer-ts-exts ./bin/deploy.js",
33
"watch": {
44
"include": [
55
"**"

0 commit comments

Comments
 (0)