Skip to content

Commit

Permalink
add Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Apr 4, 2024
1 parent d8cb5a2 commit afbbc7b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
web: pnpm frontend dev
web: pnpm backend dev
25 changes: 25 additions & 0 deletions scalingo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"//": "https://developers.scalingo.com/scalingo-json-schema",
"name": "Compte-rendu VIF",
"description": "",
"keywords": [],
"logo": "",
"repository": "h",
"success_url": "/",
"website": "",
"env": {
"BUILDPACK_URL": {
"description": "Custom buildpack to support pnpm (don't change the default value).",
"value": "https://github.com/unfold/heroku-buildpack-pnpm"
},
"NODE_ENV": {
"description": "Application environment (don't change the default value).",
"value": "production"
}
},
"addons": [
{
"plan": "postgresql:postgresql-sandbox"
}
]
}

0 comments on commit afbbc7b

Please sign in to comment.