Added BrowserSync

This commit is contained in:
2022-04-18 11:48:19 +03:00
parent 392868b0ca
commit a02248e2ea
6 changed files with 2546 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
"mode": "production"
}
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
"mode": "development"
}