diff --git a/front/Procfile b/front/Procfile new file mode 100644 index 0000000..0aa7e50 --- /dev/null +++ b/front/Procfile @@ -0,0 +1 @@ +web: nuxt start diff --git a/front/package.json b/front/package.json index 85b329c..4548922 100644 --- a/front/package.json +++ b/front/package.json @@ -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",