From e22950cecb0bf5f67210ee5d81d08ad64ba3198f Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 12 Jul 2022 11:34:58 +0200 Subject: [PATCH] fix: gitpod --- .gitpod.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 7a4fa0a6e..87e5b29f3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -5,11 +5,6 @@ image: node:18 tasks: - before: curl -sL https://unpkg.com/@pnpm/self-installer | node - init: pnpm install && pnpm db:push && pnpm db:seed - env: - COOLIFY_DATABASE_URL: - file:../db/dev.db - COOLIFY_SECRET_KEY: - 12341234123412341234123412341234 command: pnpm dev ports: