mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
6 lines
203 B
TypeScript
6 lines
203 B
TypeScript
export const URLs = {
|
|
stacjownikAPI:
|
|
import.meta.env.VITE_APP_API_DEV == 1 && !import.meta.env.PROD ? 'http://localhost:3000' : 'https://spythere.pl',
|
|
stacjownikAPIDev: 'localhost:3000',
|
|
};
|