Heroku config:

This commit is contained in:
Artur Nowakowski 2019-12-05 14:39:33 +01:00
parent 971d1b8f9a
commit 4d0234bbac
2 changed files with 3 additions and 1 deletions

1
front/Procfile Normal file
View File

@ -0,0 +1 @@
web: nuxt start

View File

@ -8,7 +8,8 @@
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
"generate": "nuxt generate",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@nuxtjs/auth": "^4.8.4",