mirror of https://github.com/Wilfred/difftastic/
parent
d095465715
commit
b78f7d447b
@ -0,0 +1 @@
|
||||
export default env;
|
||||
@ -0,0 +1,9 @@
|
||||
export const ORIGIN = new URL(
|
||||
env.VERCEL_ENV === "production"
|
||||
? "https://alpha.sweets.community"
|
||||
: env.VERCEL_ENV === "preview"
|
||||
? `https://${env.VERCEL_URL}`
|
||||
: "http://localhost:3000"
|
||||
);
|
||||
|
||||
export default env;
|
||||
Loading…
Reference in New Issue