mirror of
https://github.com/directus/directus.git
synced 2026-01-23 13:37:58 -05:00
Remove unneeded start command file in cli
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
export default async function start() {
|
||||
const startServer = require('../../start').default;
|
||||
await startServer();
|
||||
}
|
||||
@@ -4,7 +4,7 @@ import program from 'commander';
|
||||
|
||||
const pkg = require('../../package.json');
|
||||
|
||||
import start from './commands/start';
|
||||
import start from '../start';
|
||||
import init from './commands/init';
|
||||
import dbInstall from './commands/database/install';
|
||||
import dbMigrate from './commands/database/migrate';
|
||||
|
||||
Reference in New Issue
Block a user