Commit
·
a55fe46
1
Parent(s):
c698deb
change dir
Browse files- .env.production +0 -2
- frontend/package.json +2 -2
.env.production
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
NEXT_PUBLIC_SERVICES_URL=https://Hans-R-D-nexus-services.hf.space
|
| 2 |
-
NEXT_PUBLIC_RELAY_URL=wss://Hans-R-D-nexus-relay.hf.space/ws
|
|
|
|
|
|
|
|
|
frontend/package.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
"version": "0.1.0",
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
-
"dev": "
|
| 7 |
-
"build": "
|
| 8 |
"start": "next start",
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|
|
|
|
| 3 |
"version": "0.1.0",
|
| 4 |
"private": true,
|
| 5 |
"scripts": {
|
| 6 |
+
"dev": "next dev",
|
| 7 |
+
"build": "next build",
|
| 8 |
"start": "next start",
|
| 9 |
"lint": "next lint"
|
| 10 |
},
|