feat: add base url mechanism

This commit is contained in:
2026-03-24 19:28:28 +01:00
parent 4aeb108c55
commit a90f7ba078
3 changed files with 143 additions and 73 deletions

View File

@@ -41,7 +41,8 @@
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"mustache": "^4.2.0"
"mustache": "^4.2.0",
"prompts": "^2.4.2"
},
"engines": {
"node": ">=14.0.0"
@@ -52,6 +53,7 @@
"@types/js-yaml": "^4.0.9",
"@types/mustache": "^4.2.6",
"@types/node": "^25.5.0",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"eslint": "^10.1.0",