This commit is contained in:
dutchie031
2026-06-15 19:51:59 +02:00
parent ba292ad7aa
commit 16e76d96d3
8 changed files with 397 additions and 281 deletions
+1
View File
@@ -47,6 +47,7 @@ async function main() {
});
if (watch) {
await ctx.watch();
console.log('[watch] watching for changes...');
} else {
await ctx.rebuild();
await ctx.dispose();