Heroku config:
This commit is contained in:
parent
971d1b8f9a
commit
4d0234bbac
1
front/Procfile
Normal file
1
front/Procfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
web: nuxt start
|
@ -8,7 +8,8 @@
|
|||||||
"dev": "nuxt",
|
"dev": "nuxt",
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"start": "nuxt start",
|
"start": "nuxt start",
|
||||||
"generate": "nuxt generate"
|
"generate": "nuxt generate",
|
||||||
|
"heroku-postbuild": "npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxtjs/auth": "^4.8.4",
|
"@nuxtjs/auth": "^4.8.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user