Skip to content

Commit

Permalink
[build.js] TODO: add serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 22, 2023
1 parent 2932fbf commit 87c2e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ if (command === undefined) {
} else if (command === 'watch') {
watch(...args);
} else {
// TODO: add `serve` command
throw new Error(`Unknown command {command}`);
}

0 comments on commit 87c2e83

Please sign in to comment.