diff --git a/7project/frontend/src/config.ts b/7project/frontend/src/config.ts new file mode 100644 index 0000000..ee02637 --- /dev/null +++ b/7project/frontend/src/config.ts @@ -0,0 +1,2 @@ +export const BACKEND_URL: string = + import.meta.env.VITE_BACKEND_URL ?? '';