Port github-authentication extension to use esbuild

This commit is contained in:
Matt Bierner
2026-03-02 13:07:56 -08:00
parent 83601ca509
commit 305a82d762
7 changed files with 69 additions and 35 deletions

View File

@@ -10,3 +10,9 @@ export function startServer(_: any): any {
export function createServer(_: any): any {
throw new Error('Not implemented');
}
export class LoopbackAuthServer {
constructor(..._args: any[]) {
throw new Error('Not implemented');
}
}