diff --git a/build.mjs b/build.mjs index 629e8d9..ac0323d 100644 --- a/build.mjs +++ b/build.mjs @@ -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(); \ No newline at end of file +ctx.watch();