diff --git a/.gitpod.yml b/.gitpod.yml index 0ad9299b2..b03003160 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -4,9 +4,9 @@ tasks: npm run dx:up && cp .env.example .env && set -a; source .env && - sed -i -e "s|http://localhost:3000|$(gp url 3000)|" .env \ - -e "s|http://localhost:3001|$(gp url 3001)|" .env \ - -e "s|http://localhost:9000|$(gp url 9000)|" .env + export NEXTAUTH_URL="$(gp url 3000)" && + export NEXT_PUBLIC_WEBAPP_URL="$(gp url 3000)" && + export NEXT_PUBLIC_MARKETING_URL="$(gp url 3001)" command: npm run d ports: @@ -25,8 +25,8 @@ ports: - port: 2500 visibility: private onOpen: ignore - - port: 54320 - visibility: private + - port: 54320 + visibility: private onOpen: ignore @@ -41,7 +41,15 @@ github: vscode: extensions: + - aaron-bond.better-comments - bradlc.vscode-tailwindcss + - dbaeumer.vscode-eslint - esbenp.prettier-vscode + - mikestead.dotenv + - unifiedjs.vscode-mdx + - GitHub.copilot-chat + - GitHub.copilot-labs + - GitHub.copilot + - GitHub.vscode-pull-request-github - Prisma.prisma - + - VisualStudioExptTeam.vscodeintellicode