diff --git a/.gitignore b/.gitignore
index b05fbaaece..1c5cde7949 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,7 @@ node_modules
*/build/dist/*
# Build Dist
-*/dist/*
+**/dist/*
.idea
# testing
@@ -74,3 +74,4 @@ logs.txt
*/Cert.crt
*/Key.key
Nginx/default.conf
+
diff --git a/Accounts/nodemon.json b/Accounts/nodemon.json
new file mode 100644
index 0000000000..7dcdd08f51
--- /dev/null
+++ b/Accounts/nodemon.json
@@ -0,0 +1,4 @@
+{
+ "watch": ["webpack.config.js"],
+ "exec": "export DEBUG=express:* && webpack-dev-server --port=3003 --mode=development"
+}
\ No newline at end of file
diff --git a/Accounts/package.json b/Accounts/package.json
index 9d444e86ad..61895c0f49 100644
--- a/Accounts/package.json
+++ b/Accounts/package.json
@@ -18,7 +18,7 @@
"typescript": "^4.6.4"
},
"scripts": {
- "dev": "webpack-dev-server --port=3003 --mode=development",
+ "dev": "nodemon",
"build": "webpack build --mode=production",
"test": "",
"compile": "tsc",
diff --git a/Accounts/public/index.html b/Accounts/public/index.html
index d2d24d5cba..c96c455fb5 100644
--- a/Accounts/public/index.html
+++ b/Accounts/public/index.html
@@ -15,16 +15,16 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+
@@ -32,10 +32,10 @@
-
-
-
-
+
+
+
+
-
+