Skip to content

Commit

Permalink
remove deploy client (observablehq#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 15, 2024
1 parent 6db4a85 commit 1695333
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
44 changes: 0 additions & 44 deletions src/client/deploy.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export async function deploy(
}

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

// Mark the deploy as uploaded
await apiClient.postDeployUploaded(deployId);
Expand Down

0 comments on commit 1695333

Please sign in to comment.