refactor: use vite instead of CRA (#81)

* refactor: use vite instead of CRA

* skip deployments for now

* local env fixes
This commit is contained in:
2026-04-04 16:21:09 +02:00
committed by GitHub
parent 02872f61ce
commit 7c682373a5
19 changed files with 1045 additions and 9389 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ http {
#access_log /var/log/nginx/host.access.log main;
location / {
proxy_pass https://frontend;
proxy_pass http://frontend;
}
# redirect server error pages to the static page /50x.html