Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit affb0ba

Browse files
committed
chore: minor adjustments
1 parent b463130 commit affb0ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/data/mock_deployment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default ({ id, appId, envId, isRunning }: Props = {}): Deployment => ({
2525
config: {
2626
build: {
2727
cmd: "pnpm build",
28-
entry: "",
28+
distFolder: "",
2929
vars: {
3030
NODE_ENV: "production",
3131
},
@@ -77,7 +77,7 @@ export default ({ id, appId, envId, isRunning }: Props = {}): Deployment => ({
7777
{
7878
title: "deploy",
7979
message:
80-
"Successfully deployed client side.\nTotal files uploaded: 10\nTotal bytes uploaded: 143.4kB\n\n",
80+
"Successfully deployed client side.\nTotal bytes uploaded: 143.4kB\n\n",
8181
status: true,
8282
payload: null,
8383
},

0 commit comments

Comments
 (0)