mirror of
https://github.com/documenso/documenso.git
synced 2026-07-10 21:15:15 +10:00
94adea149d
Refresh README/docs for the current stack, add a security policy, note the external-PR pause, and remove dead config and workflows.
39 lines
779 B
YAML
39 lines
779 B
YAML
tasks:
|
|
- init: |
|
|
npm i &&
|
|
npm run dx:up &&
|
|
cp .env.example .env &&
|
|
set -a; source .env &&
|
|
export NEXT_PUBLIC_WEBAPP_URL="$(gp url 3000)" &&
|
|
command: npm run d
|
|
|
|
ports:
|
|
- port: 3000
|
|
visibility: public
|
|
onOpen: open-preview
|
|
- port: 3001
|
|
visibility: public
|
|
onOpen: open-preview
|
|
- port: 9000
|
|
visibility: public
|
|
onOpen: ignore
|
|
- port: 1100
|
|
visibility: private
|
|
onOpen: ignore
|
|
- port: 2500
|
|
visibility: private
|
|
onOpen: ignore
|
|
- port: 54320
|
|
visibility: private
|
|
onOpen: ignore
|
|
|
|
vscode:
|
|
extensions:
|
|
- aaron-bond.better-comments
|
|
- bradlc.vscode-tailwindcss
|
|
- biomejs.biome
|
|
- mikestead.dotenv
|
|
- unifiedjs.vscode-mdx
|
|
- GitHub.vscode-pull-request-github
|
|
- Prisma.prisma
|