mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
Add harmony flag to start applications using npm
This commit is contained in:
parent
7deed37245
commit
9939765967
@ -36,7 +36,7 @@ module.exports = scope => {
|
||||
},
|
||||
'main': './server.js',
|
||||
'scripts': {
|
||||
'start': 'node server.js',
|
||||
'start': 'node --harmony-async-await server.js',
|
||||
'strapi': 'node_modules/strapi/bin/strapi.js' // Allow to use `npm run strapi` CLI
|
||||
},
|
||||
'author': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user