Move hosting constants to new file

This commit is contained in:
MartinBraquet
2025-11-01 11:19:36 +01:00
parent bb120afea2
commit 6d4083d8a7
12 changed files with 32 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
import {BACKEND_DOMAIN, IS_LOCAL} from 'common/envs/constants'
import {BACKEND_DOMAIN} from 'common/envs/constants'
import {IS_LOCAL} from "common/hosting/constants";
type ErrorCode =
| 400 // your input is bad (like zod is mad)