Merge branch 'main' of https://github.com/directus/next into main

This commit is contained in:
Ben Haynes
2020-10-02 13:58:08 -04:00
2 changed files with 6 additions and 1 deletions

5
api/cli.js Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
try {
return require('./dist/cli/index.js');
} catch {}

View File

@@ -48,7 +48,7 @@
],
"main": "dist/app.js",
"bin": {
"directus": "dist/cli/index.js"
"directus": "cli.js"
},
"scripts": {
"start": "cross-env NODE_ENV=production node dist/server.js",