Skip to content

Commit 2d968c3

Browse files
committed
Update @restackio/cloud to version 1.0.23
1 parent be8ffa5 commit 2d968c3

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

voice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"zod": "3.23.8"
3838
},
3939
"devDependencies": {
40-
"@restackio/cloud": "1.0.21",
40+
"@restackio/cloud": "1.0.23",
4141
"@types/cors": "2.8.17",
4242
"@types/express": "4.17.21",
4343
"@types/node": "22.5.4",

voice/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

voice/restack_up.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ const main = async () => {
3232
},
3333
{
3434
name: "SERVER_HOST",
35-
value: "0.0.0.0",
35+
value: "localhost:80",
3636
},
3737
...restackEngineEnvs,
3838
],
39+
healthCheckPath: "/"
3940
};
4041

4142
const servicesApp = {
@@ -95,6 +96,7 @@ const main = async () => {
9596
},
9697
],
9798
environmentVariables: [...restackEngineEnvs],
99+
healthCheckPath: "/",
98100
};
99101

100102
await restackCloudClient.stack({

0 commit comments

Comments
 (0)