mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
new cta for questions
This commit is contained in:
+2
-2
@@ -303,12 +303,12 @@ async function createSeedPlugin() {
|
||||
{
|
||||
type: 'confirm',
|
||||
name: 'server',
|
||||
message: 'Is this a server-side plugin?'
|
||||
message: 'Is this plugin extending the server capabilities?'
|
||||
},
|
||||
{
|
||||
type: 'confirm',
|
||||
name: 'client',
|
||||
message: 'Is this a client-side plugin?'
|
||||
message: 'Is this plugin extending the client capabilities?'
|
||||
},
|
||||
{
|
||||
type: 'confirm',
|
||||
|
||||
Reference in New Issue
Block a user