mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Merge branch 'main' of https://github.com/directus/next into main
This commit is contained in:
5
api/cli.js
Executable file
5
api/cli.js
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
try {
|
||||
return require('./dist/cli/index.js');
|
||||
} catch {}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user