This commit is contained in:
Einhornimmond 2025-01-17 11:17:25 +01:00
parent 27c67a063f
commit 291ecce8d3
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// The whole contents is exposed to the client
// Load Package Details for some default values
import schema from './config.schema'
import schema from './schema'
import { validateAndExport } from '../../../config'
const CONFIG = {

View File

@ -14,7 +14,7 @@ module.exports = commonSchema.keys({
.description(
`
Host (domain, IPv4, or localhost) for the frontend when running Vite as a standalone Node.js instance;
internally, nginx forwards requests to this address.
internally, nginx forward requests to this address.
`,
)
.default('0.0.0.0'),