add build serve and start on other things
All checks were successful
Code quality checks / biome (push) Successful in 7s
All checks were successful
Code quality checks / biome (push) Successful in 7s
This commit is contained in:
parent
d1b1d0aeb5
commit
2552d305da
22 changed files with 281 additions and 74 deletions
|
@ -7,6 +7,7 @@ const environment: Environment = {
|
|||
development:
|
||||
process.env.NODE_ENV === "development" || process.argv.includes("--dev"),
|
||||
fqdn: normalizeFqdn(process.env.FQDN) || "http://localhost:8080",
|
||||
backendUrl: normalizeFqdn(process.env.BACKEND_URL) || "http://localhost:8080",
|
||||
};
|
||||
|
||||
function verifyRequiredVariables(): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue