Skip to content

Commit

Permalink
feat: add gluctl for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jr0dd committed Jul 23, 2022
1 parent 3c9c1c4 commit dc8fcb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "gluctl"]
path = gluctl
url = git@github.com:onedr0p/gluctl.git
url = https://github.com/onedr0p/gluctl
1 change: 1 addition & 0 deletions gluctl
Submodule gluctl added at 1178ff
6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"module": "NodeNext",
"resolveJsonModule": true,
"strict": true,
"rootDir": "./scripts",
"rootDir": "./gluctl",
"baseUrl": ".",
"paths": {
"lib": ["./scripts/lib"]
"lib": ["./gluctl/lib"]
}
},
"include": ["./scripts/**/*"]
"exclude": ["node_modules", "**/node_modules/*"]
}

0 comments on commit dc8fcb0

Please sign in to comment.