Compare commits

..

4 Commits

Author SHA1 Message Date
Cory LaViska
f7fa5e0224 Merge branch 'next' into tab-group-indicator 2026-01-16 16:16:42 -05:00
Cory LaViska
7067aeb132 update 2026-01-15 11:27:53 -05:00
Cory LaViska
254af67289 Merge branch 'next' into tab-group-indicator 2026-01-15 11:27:43 -05:00
Cory LaViska
7be226e5c0 add min size and round track width; fixes #1206 2025-11-18 14:41:19 -05:00

View File

@@ -52,8 +52,7 @@ export async function createEleventy(options = {}) {
eleventy.logger.overrideLogger(new CustomLogger());
if (isIncremental) {
// For some reason, removing the await here fixes incremental loading?
eleventy.watch();
await eleventy.watch();
process.on('SIGINT', async () => {
await eleventy.stopWatch();