Initial commit: restructure to flat layout with ui/ and web/ at root
This commit is contained in:
24
web/server/lib/github/index.js
Normal file
24
web/server/lib/github/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export {
|
||||
getGitHubAuth,
|
||||
getGitHubAuthAccounts,
|
||||
setGitHubAuth,
|
||||
activateGitHubAuth,
|
||||
clearGitHubAuth,
|
||||
getGitHubClientId,
|
||||
getGitHubScopes,
|
||||
GITHUB_AUTH_FILE,
|
||||
} from './auth.js';
|
||||
|
||||
export {
|
||||
startDeviceFlow,
|
||||
exchangeDeviceCode,
|
||||
} from './device-flow.js';
|
||||
|
||||
export {
|
||||
getOctokitOrNull,
|
||||
} from './octokit.js';
|
||||
|
||||
export {
|
||||
parseGitHubRemoteUrl,
|
||||
resolveGitHubRepoFromDirectory,
|
||||
} from './repo/index.js';
|
||||
Reference in New Issue
Block a user