removed unused properties
Massimo Melina committed
Mar 6, 2023 at 11:25 UTC
1e236d8324d3d5d8f01d65d548a796d5d56ec2c8
2 files changed
-2
admin/package.json
-1
@@ -1,7 +1,6 @@
1
{
2
"name": "@hfs/admin",
3
"private": true,
4
- "proxy": "http://localhost",
4
"scripts": {
5
"start": "vite",
6
"build": "tsc && vite build",
frontend/package.json
-1
@@ -1,7 +1,6 @@
1
{
2
"name": "@hfs/frontend",
3
"private": true,
4
- "proxy": "http://localhost",
4
"scripts": {
5
"start": "vite",
6
"build": "tsc && vite build",