mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: add gitpod configuration
This commit is contained in:
@ -1,12 +1,13 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- init: |
|
- init: |
|
||||||
|
npm i &&
|
||||||
|
npm run dx:up &&
|
||||||
cp .env.example .env &&
|
cp .env.example .env &&
|
||||||
set -a; source .env &&
|
set -a; source .env &&
|
||||||
npm run dx &&
|
|
||||||
sed -i -e "s|http://localhost:3000|$(gp url 3000)|" .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:3001|$(gp url 3001)|" .env \
|
||||||
-e "s|http://localhost:9000|$(gp url 9000)|" .env
|
-e "s|http://localhost:9000|$(gp url 9000)|" .env
|
||||||
command: npm run dev
|
command: npm run d
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- port: 3000
|
- port: 3000
|
||||||
@ -38,3 +39,6 @@ github:
|
|||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
- bradlc.vscode-tailwindcss
|
- bradlc.vscode-tailwindcss
|
||||||
|
- esbenp.prettier-vscode
|
||||||
|
- Prisma.prisma
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user