ChandimaPrabath commited on
Commit
a55fe46
·
1 Parent(s): c698deb

change dir

Browse files
Files changed (2) hide show
  1. .env.production +0 -2
  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": "env-cmd -f .env.local next dev",
7
- "build": "env-cmd -f .env.production next 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
  },