fix: Cleanup

This commit is contained in:
Lino Silva
2026-01-28 17:00:02 +00:00
parent 9b233dae59
commit 050a46ac6b
202 changed files with 5638 additions and 17253 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"deploy": "export SET NODE_OPTIONS=--openssl-legacy-provider && scp -r build/* root@10.0.2.15:/data/swag/config/www",
"test": "react-scripts test",
"eject": "react-scripts eject"