1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-12-01 17:21:31 +02:00

initial v0.8 pre-release

This commit is contained in:
Gani Georgiev
2022-10-30 10:28:14 +02:00
parent 9cbb2e750e
commit 90dba45d7c
388 changed files with 21580 additions and 13603 deletions

View File

@@ -17,6 +17,12 @@ export default defineConfig({
experimental: {
useVitePreprocess: true,
},
onwarn: (warning, handler) => {
if (warning.code.startsWith('a11y-')) {
return; // silence a11y warnings
}
handler(warning);
},
}),
],
resolve: {