Update build.mjs

This commit is contained in:
Shy
2024-01-18 14:17:19 +01:00
committed by GitHub
parent a6b6700750
commit 39672197d6

View File

@@ -23,8 +23,8 @@ const createContext = async () => await context({
bundle: true,
format: 'esm',
platform: 'browser',
logLevel: 'info'
logLevel: 'debug'
});
let ctx = await createContext();
ctx.watch();
ctx.watch();