mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix : add gittpod configuration
This commit is contained in:
16
.gitpod.yml
16
.gitpod.yml
@ -4,9 +4,9 @@ tasks:
|
|||||||
npm run dx:up &&
|
npm run dx:up &&
|
||||||
cp .env.example .env &&
|
cp .env.example .env &&
|
||||||
set -a; source .env &&
|
set -a; source .env &&
|
||||||
sed -i -e "s|http://localhost:3000|$(gp url 3000)|" .env \
|
export NEXTAUTH_URL="$(gp url 3000)" &&
|
||||||
-e "s|http://localhost:3001|$(gp url 3001)|" .env \
|
export NEXT_PUBLIC_WEBAPP_URL="$(gp url 3000)" &&
|
||||||
-e "s|http://localhost:9000|$(gp url 9000)|" .env
|
export NEXT_PUBLIC_MARKETING_URL="$(gp url 3001)"
|
||||||
command: npm run d
|
command: npm run d
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
@ -41,7 +41,15 @@ github:
|
|||||||
|
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
|
- aaron-bond.better-comments
|
||||||
- bradlc.vscode-tailwindcss
|
- bradlc.vscode-tailwindcss
|
||||||
|
- dbaeumer.vscode-eslint
|
||||||
- esbenp.prettier-vscode
|
- esbenp.prettier-vscode
|
||||||
|
- mikestead.dotenv
|
||||||
|
- unifiedjs.vscode-mdx
|
||||||
|
- GitHub.copilot-chat
|
||||||
|
- GitHub.copilot-labs
|
||||||
|
- GitHub.copilot
|
||||||
|
- GitHub.vscode-pull-request-github
|
||||||
- Prisma.prisma
|
- Prisma.prisma
|
||||||
|
- VisualStudioExptTeam.vscodeintellicode
|
||||||
|
|||||||
Reference in New Issue
Block a user