chore: wizard was a stupid name, it's setup

This commit is contained in:
Pitu 2019-10-12 14:57:31 +09:00
parent c121bd42f3
commit dd9c9ac11f
2 changed files with 1 additions and 8 deletions

View File

@ -10,7 +10,7 @@
},
"main": "src/_scripts/start.js",
"scripts": {
"setup": "yarn build && node src/wizard.js",
"setup": "yarn build && node src/setup.js",
"dev": "nuxt",
"build": "nuxt build",
"migrate": "yarn knex migrate:latest",

View File

@ -51,13 +51,6 @@ async function start() {
accept: 'y',
deny: 'n'
},
{
type: 'confirm',
query: 'Strip EXIF information from uploaded images if possible?',
handle: 'STRIP_EXIF',
accept: 'y',
deny: 'n'
},
{
type: 'confirm',
query: 'Serve files with node?',