Skip to content
Snippets Groups Projects

feat(env variables): added env variables

Merged Tadeusz Miesiąc requested to merge feature/next-env into development
1 unresolved thread
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
export const BASE_API_URL = process.env.NEXT_PUBLIC_BASE_API_URL;
export const BASE_API_URL = process.env.NEXT_PUBLIC_BASE_API_URL || '';
\ No newline at end of file
Loading