Added Readme and updated config files with new config property - cssUrl.

This commit is contained in:
2022-04-22 17:30:55 +03:00
parent 560c3fc6e0
commit 5818e8bd51
7 changed files with 91 additions and 6 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
module.exports = {
"mode": "production"
"mode": "production",
"cssUrl": "https://",
}
+2 -1
View File
@@ -1,3 +1,4 @@
module.exports = {
"mode": "development"
"mode": "development",
"cssUrl": "https://",
}