Skip to content

Commit 71ec580

Browse files
committed
devices overview page, nextjs proxy config
1 parent f8f0f17 commit 71ec580

File tree

14 files changed

+682
-4
lines changed

14 files changed

+682
-4
lines changed

netmanager-app/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NEXT_PUBLIC_API_TOKEN=
2+
NEXT_PUBLIC_API_URL=
3+
NEXT_PUBLIC_ENV=development

netmanager-app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ typings/
7272
.env
7373
.env.test
7474
.env.local
75+
.env.development
7576

7677
# parcel-bundler cache (https://parceljs.org/)
7778
.cache

0 commit comments

Comments
 (0)