mirror of
https://github.com/coder/code-server.git
synced 2026-05-06 20:41:59 +02:00
@ts-ignore-be-gone
Spray liberally.
This commit is contained in:
@@ -9,5 +9,5 @@ export class EnvironmentService extends environment.EnvironmentService {
|
||||
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
environment.EnvironmentService = EnvironmentService;
|
||||
const target = environment as typeof environment;
|
||||
target.EnvironmentService = EnvironmentService;
|
||||
|
||||
Reference in New Issue
Block a user