From 3da1b313638f28ed42c62391bd747f24b4fe3c57 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 12 Jul 2022 07:01:02 +0000 Subject: [PATCH] fix: gitpod --- .gitpod.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 13232c598..60d3d1a0f 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -5,8 +5,10 @@ image: node:18 tasks: - init: pnpm install && pnpm db:push && pnpm db:seed env: - COOLIFY_DATABASE_URL=file:../db/dev.db - COOLIFY_SECRET_KEY=12341234123412341234123412341234 + COOLIFY_DATABASE_URL: + file:../db/dev.db + COOLIFY_SECRET_KEY: + 12341234123412341234123412341234 command: pnpm dev ports: