Skip to content

Commit 1695333

Browse files
authored
remove deploy client (#802)
1 parent 6db4a85 commit 1695333

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

src/client/deploy.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export async function deploy(
296296
}
297297

298298
// Build the project
299-
await build({config, clientEntry: "./src/client/deploy.js"}, new DeployBuildEffects(apiClient, deployId, effects));
299+
await build({config}, new DeployBuildEffects(apiClient, deployId, effects));
300300

301301
// Mark the deploy as uploaded
302302
await apiClient.postDeployUploaded(deployId);

0 commit comments

Comments
 (0)