mirror of
https://github.com/cdr/code-server.git
synced 2026-04-02 03:23:17 +02:00
- Replace hardcoded 'code-server' with {{APP_NAME}} template in error.html
- Add APP_NAME replacement in errors.ts using req.args['app-name']
- Add tests for custom app-name and default value
|
||
|---|---|---|
| .. | ||
| errors.test.ts | ||
| health.test.ts | ||
| login.test.ts | ||
| static.test.ts | ||
| vscode.test.ts | ||