From 87c2e837ebe291acef6ef1741984f59e4573aa12 Mon Sep 17 00:00:00 2001 From: rexim Date: Wed, 22 Nov 2023 09:48:45 +0700 Subject: [PATCH] [build.js] TODO: add `serve` command --- build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build.js b/build.js index b03881c..6fe1b5e 100644 --- a/build.js +++ b/build.js @@ -77,5 +77,6 @@ if (command === undefined) { } else if (command === 'watch') { watch(...args); } else { + // TODO: add `serve` command throw new Error(`Unknown command {command}`); }