Skip to content

Commit ea750d9

Browse files
Env vars (#3)
* Test * Env var in Docker file * Equal missing * Fetch is managed and is demo * Changed env variables * Removed dependencies for graphql and apollo client * Adds package lock to gitignore * Removes package-log * Constant variables changed --------- Co-authored-by: JWittmeyer <[email protected]>
1 parent d709544 commit ea750d9

File tree

15 files changed

+119
-7660
lines changed

15 files changed

+119
-7660
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ yarn-error.log*
3333
# typescript
3434
*.tsbuildinfo
3535
next-env.d.ts
36+
37+
package-lock.json

next.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
reactStrictMode: true,
4-
swcMinify: true,
5-
env: {
6-
IS_DEMO: process.env.IS_DEMO,
7-
IS_OS: process.env.IS_OS,
8-
}
4+
swcMinify: true
95
}
106

117

0 commit comments

Comments
 (0)