Fixed reloading of browser when developing
This commit is contained in:
10
bs-config.cjs
Normal file
10
bs-config.cjs
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
port: 3000,
|
||||
server: "./dist",
|
||||
files: "./dist/**/*",
|
||||
watchOptions: {
|
||||
usePolling: true,
|
||||
interval: 200,
|
||||
binaryInterval: 200
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user