feat:#3 frontend room occupancy decoder

This commit is contained in:
survellow
2024-05-26 23:28:44 +02:00
parent 5ca1f27edd
commit 7575286cf4
16 changed files with 665 additions and 8 deletions

View File

@@ -96,4 +96,16 @@ export default defineConfig({
},
},
},
esbuild: {
supported: {
'top-level-await': true
},
},
optimizeDeps: {
esbuildOptions: {
supported: {
'top-level-await': true
}
},
},
});