mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix : add gittpod configuration
This commit is contained in:
parent
3778fc8d00
commit
e8c1e70714
1 changed files with 14 additions and 6 deletions
20
.gitpod.yml
20
.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue