Merge branch 'main' of github.com:coollabsio/coolify into v2.3.0
This commit is contained in:
commit
4d11867500
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
yarn lint-staged
|
pnpm lint-staged
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,8 @@ ## Setup development environment
|
||||||
- Copy `.env.template` to `.env` and set the `COOLIFY_APP_ID` environment variable to something cool.
|
- Copy `.env.template` to `.env` and set the `COOLIFY_APP_ID` environment variable to something cool.
|
||||||
- Install dependencies with `pnpm install`.
|
- Install dependencies with `pnpm install`.
|
||||||
- Need to create a local SQlite database with `pnpm db:push`.
|
- Need to create a local SQlite database with `pnpm db:push`.
|
||||||
- This will apply all migrations and seed the database at `db/dev.db`.
|
- This will apply all migrations at `db/dev.db`.
|
||||||
|
- Seed the database with base entities with `pnpm db:seed`
|
||||||
- You can start coding after starting `pnpm dev`.
|
- You can start coding after starting `pnpm dev`.
|
||||||
|
|
||||||
## Database migrations
|
## Database migrations
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue