🙈 legger til const.ts til gitignore, slik at vi slipper å endre backendURL ved lokal testing
Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no>
This commit is contained in:
parent
3f1ebe8a07
commit
76c34abd2b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -72,3 +72,6 @@ yarn-error.log*
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
### Next ###
|
### Next ###
|
||||||
|
|
||||||
|
#constants for backend and frontend
|
||||||
|
./frontend/src/const.ts
|
Reference in a new issue