We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c76d1 commit 183f116Copy full SHA for 183f116
desktop/src/client/repo.ts
@@ -1,6 +1,3 @@
1
-// Centralized repository and product configuration.
2
-// To rename the fork, change REPO_OWNER and REPO_NAME below.
3
-
4
export const REPO_OWNER = "skevetter"
5
export const REPO_NAME = "devpod"
6
export const REPO_SLUG = `${REPO_OWNER}/${REPO_NAME}`
0 commit comments