diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..63ab6587 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: pnpm frontend dev +web: pnpm backend dev \ No newline at end of file diff --git a/scalingo.json b/scalingo.json new file mode 100644 index 00000000..4b816682 --- /dev/null +++ b/scalingo.json @@ -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" + } + ] +}