mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
updates to cli
- removed -c,--config flag in favor of env only or .env files - loads .env always if found - scripts re-written to call cli-serve directly
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const program = require('./commander');
|
||||
const program = require('commander');
|
||||
const inquirer = require('inquirer');
|
||||
const mongoose = require('../services/mongoose');
|
||||
const SettingsService = require('../services/settings');
|
||||
|
||||
Reference in New Issue
Block a user