We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3405a64 commit 2028d57Copy full SHA for 2028d57
apps/server/scripts/cli.ts
@@ -177,7 +177,7 @@ const publishCmd = Command.make(
177
const backupPath = `${packageJsonPath}.bak`;
178
179
// Assert build assets exist
180
- for (const relPath of ["dist/index.mjs", "dist/client/index.html"]) {
+ for (const relPath of ["dist/bin.mjs", "dist/client/index.html"]) {
181
const abs = path.join(serverDir, relPath);
182
if (!(yield* fs.exists(abs))) {
183
return yield* new CliError({
0 commit comments