diff --git a/.idea/g2-progetto-2.iml b/.idea/Modulo unico.iml
similarity index 94%
rename from .idea/g2-progetto-2.iml
rename to .idea/Modulo unico.iml
index ad8246f..b7c9cfb 100644
--- a/.idea/g2-progetto-2.iml
+++ b/.idea/Modulo unico.iml
@@ -17,7 +17,7 @@
-
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 397d682..71baa18 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Backend.xml b/.idea/runConfigurations/Backend.xml
index 3bf5487..ccca468 100644
--- a/.idea/runConfigurations/Backend.xml
+++ b/.idea/runConfigurations/Backend.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/.idea/runConfigurations/Crawler.xml b/.idea/runConfigurations/Crawler.xml
index c85a851..fc21bee 100644
--- a/.idea/runConfigurations/Crawler.xml
+++ b/.idea/runConfigurations/Crawler.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/.idea/runConfigurations/Test_backend.xml b/.idea/runConfigurations/Test_backend.xml
new file mode 100644
index 0000000..6b10ec8
--- /dev/null
+++ b/.idea/runConfigurations/Test_backend.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Test_crawler.xml b/.idea/runConfigurations/Test_crawler.xml
new file mode 100644
index 0000000..dd19648
--- /dev/null
+++ b/.idea/runConfigurations/Test_crawler.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Test_frontend.xml b/.idea/runConfigurations/Test_frontend.xml
new file mode 100644
index 0000000..a072673
--- /dev/null
+++ b/.idea/runConfigurations/Test_frontend.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config-overrides.js b/config-overrides.js
index baf9eac..ce26c38 100644
--- a/config-overrides.js
+++ b/config-overrides.js
@@ -4,6 +4,7 @@ module.exports = {
paths: function (paths, env) {
paths.appIndexJs = path.resolve(__dirname, 'nest_frontend/index.js');
paths.appSrc = path.resolve(__dirname, 'nest_frontend');
+ paths.appPublic = path.resolve(__dirname, 'nest_frontend/public');
return paths;
},
}
\ No newline at end of file
diff --git a/public/favicon.ico b/nest_frontend/public/favicon.ico
similarity index 100%
rename from public/favicon.ico
rename to nest_frontend/public/favicon.ico
diff --git a/public/index.html b/nest_frontend/public/index.html
similarity index 100%
rename from public/index.html
rename to nest_frontend/public/index.html
diff --git a/public/logo192.png b/nest_frontend/public/logo192.png
similarity index 100%
rename from public/logo192.png
rename to nest_frontend/public/logo192.png
diff --git a/public/logo512.png b/nest_frontend/public/logo512.png
similarity index 100%
rename from public/logo512.png
rename to nest_frontend/public/logo512.png
diff --git a/public/manifest.json b/nest_frontend/public/manifest.json
similarity index 100%
rename from public/manifest.json
rename to nest_frontend/public/manifest.json
diff --git a/public/robots.txt b/nest_frontend/public/robots.txt
similarity index 100%
rename from public/robots.txt
rename to nest_frontend/public/robots.txt