Fixed reloading of browser when developing

This commit is contained in:
2025-09-20 18:45:49 +02:00
parent 03e2361798
commit 2658d688ca
5 changed files with 1271 additions and 691 deletions

10
bs-config.cjs Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
port: 3000,
server: "./dist",
files: "./dist/**/*",
watchOptions: {
usePolling: true,
interval: 200,
binaryInterval: 200
}
}