mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore: mise scripts (#28367)
This commit is contained in:
parent
e142e3aca7
commit
15f3947ae6
10 changed files with 66 additions and 82 deletions
|
|
@ -243,8 +243,8 @@ To connect the mobile app to your Dev Container:
|
|||
|
||||
- **Server code** (`/server`): Changes trigger automatic restart
|
||||
- **Web code** (`/web`): Changes trigger hot module replacement
|
||||
- **Database migrations**: Run `pnpm run sync:sql` in the server directory
|
||||
- **API changes**: Regenerate TypeScript SDK with `make open-api`
|
||||
- **Database migrations**: Run `mise //:sql`
|
||||
- **API changes**: Regenerate TypeScript SDK with `mise //:open-api`
|
||||
|
||||
## Testing
|
||||
|
||||
|
|
@ -289,7 +289,7 @@ make open-api-typescript # Generate TypeScript SDK
|
|||
make open-api-dart # Generate Dart SDK
|
||||
|
||||
# Database
|
||||
make sql # Sync database schema
|
||||
mise sql # Sync database schema
|
||||
```
|
||||
|
||||
### Debugging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue