From 0a640fe865f9154c49ab7bbcd31c2dcba4c9ae59 Mon Sep 17 00:00:00 2001 From: Straw-Etiam Date: Tue, 1 Dec 2020 15:21:42 +0100 Subject: [PATCH] changesv1 --- Procfile | 1 + exemple.env | 2 ++ package.json | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..bd038a6 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: run yarn start \ No newline at end of file diff --git a/exemple.env b/exemple.env index 84b4e5e..a294a11 100644 --- a/exemple.env +++ b/exemple.env @@ -11,3 +11,5 @@ DATABASE_URL=postgres://onionBoilerplate:someNotSecurePassword@localhost:5432/on ## AUTHENTICATION [JWT] JWT_SECRET=bananana + + diff --git a/package.json b/package.json index 76e063b..e03e413 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "a boilerplate for my projects", "author": "Nicolas Beaussart ", "license": "MIT", + "engines": { + "node": "12.x" + } "scripts": { "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --list-different \"src/**/*{.ts,.scss,.html}\"",