🔧 Removing context from AirDCPP settings page

This commit is contained in:
2023-11-06 17:45:12 -05:00
parent 59801763e6
commit 730141ff26
6 changed files with 24 additions and 17 deletions

View File

@@ -6,6 +6,11 @@ export default defineConfig({
publicDir: "public",
base: "",
build: "esnext",
esbuild: {
supported: {
"top-level-await": true, //browsers can handle top-level-await features
},
},
server: { host: true },
plugins: [
nodeResolve({