Adds an api to get asynchronous update events.

This commit is contained in:
2023-09-26 10:50:54 +02:00
parent fdf10196a0
commit 9f7e1cf7ba
3 changed files with 102 additions and 1 deletions

View File

@@ -8,5 +8,6 @@ export default defineConfig({
include: ['src/**/*.{test,spec}.{js,ts}']
},
build: { target: 'esnext' }
build: { target: 'esnext' },
logLevel: 'info'
});