Move authServer to fix relative paths issue

This commit is contained in:
Rachel Macfarlane
2020-07-20 09:31:02 -07:00
parent e1dce24837
commit 7725bf1bcc
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
import * as randomBytes from 'randombytes';
import * as querystring from 'querystring';
import * as vscode from 'vscode';
import { createServer, startServer } from './env/node/authServer';
import { createServer, startServer } from './authServer';
import { v4 as uuid } from 'uuid';
import { keychain } from './keychain';