add session fix cors, add session
All checks were successful
Code quality checks / biome (push) Successful in 9s
All checks were successful
Code quality checks / biome (push) Successful in 9s
This commit is contained in:
parent
4936ff8978
commit
b31d77983c
4 changed files with 70 additions and 0 deletions
|
@ -8,6 +8,8 @@ const environment: Environment = {
|
|||
development:
|
||||
process.env.NODE_ENV === "development" || process.argv.includes("--dev"),
|
||||
fqdn: normalizeFqdn(process.env.FQDN) || "http://localhost:8080",
|
||||
frontendUrl:
|
||||
normalizeFqdn(process.env.FRONTEND_URL) || "http://localhost:8080",
|
||||
};
|
||||
|
||||
const dataType: { type: string; path: string | undefined } = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue