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",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate"
|
||||
"generate": "nuxt generate",
|
||||
"heroku-postbuild": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/auth": "^4.8.4",
|
||||
|
Loading…
Reference in New Issue
Block a user