mirror of
https://github.com/SrIzan10/sern-create-bot.git
synced 2026-05-01 11:05:20 +00:00
chore: fancier template choices (in json)
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
[
|
||||
{
|
||||
"title": "ts"
|
||||
"title": "Typescript",
|
||||
"value": "ts"
|
||||
},
|
||||
{
|
||||
"title": "ts-esm"
|
||||
"title": "Typescript with ESM",
|
||||
"value": "ts-esm"
|
||||
},
|
||||
{
|
||||
"title": "js"
|
||||
"title": "Javascript",
|
||||
"value": "js"
|
||||
},
|
||||
{
|
||||
"title": "js-esm"
|
||||
"title": "Javascript with ESM",
|
||||
"value": "js-esm"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user