update resume

This commit is contained in:
Lino Silva
2025-09-15 12:42:38 +01:00
parent e7a682f990
commit 03673a1156
4 changed files with 4277 additions and 17460 deletions
+3 -3
View File
@@ -24,9 +24,9 @@
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"deploy": "scp -r build/* root@10.0.2.15:/data/swag/config/www",
"start": "react-scripts start",
"build": "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"
},