🔧 Removing context from AirDCPP settings page
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user