Refactor server startup in templates to use info callback

This commit is contained in:
Aman Varshney
2025-03-23 12:02:16 +05:30
parent b10dbddb5c
commit 7d3e1e3ef7
3 changed files with 7 additions and 12 deletions

View File

@@ -22,10 +22,7 @@
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"template"
],
"files": ["dist", "template"],
"dependencies": {
"@clack/prompts": "^0.10.0",
"commander": "^13.1.0",