mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-14 00:46:39 +00:00
env context and refactor api support different ports
This commit is contained in:
5
src/lib/types/env.ts
Normal file
5
src/lib/types/env.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type env = {
|
||||
SERVER_EXTERNAL_PORT: string;
|
||||
NEXT_PORT: string;
|
||||
ENVIRONMENT: string;
|
||||
};
|
||||
Reference in New Issue
Block a user