Skip to content

Commit f6b9046

Browse files
Always give appServer the empty string
1 parent 414ef27 commit f6b9046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/constants/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export const server = import.meta.env.VITE_SERVER!;
22
export const site = import.meta.env.VITE_SITE!;
33
export const subscriber = import.meta.env.VITE_SUBSCRIBER!;
44
export const datasourceLuid = import.meta.env.VITE_DATASOURCE_LUID!;
5-
export const appServer = import.meta.env.VITE_APP_SERVER ?? '';
5+
export const appServer = ''; //import.meta.env.VITE_APP_SERVER ?? '';

0 commit comments

Comments
 (0)