mirror of
https://github.com/coder/code-server.git
synced 2025-07-31 14:04:06 +08:00
Add FAQ entry on the config file
This commit is contained in:
@ -338,7 +338,7 @@ export async function readConfigFile(configPath?: string): Promise<Args> {
|
||||
logger.info(`Wrote default config file to ${humanPath(configPath)}`)
|
||||
}
|
||||
|
||||
logger.info(`Using config file from ${humanPath(configPath)}`)
|
||||
logger.info(`Using config file ${humanPath(configPath)}`)
|
||||
|
||||
const configFile = await fs.readFile(configPath)
|
||||
const config = yaml.safeLoad(configFile.toString(), {
|
||||
|
Reference in New Issue
Block a user