Skip to content

Commit

Permalink
feat: preload textual model
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Sep 25, 2024
2 parents 708a53a + 46fe606 commit d34d631
Show file tree
Hide file tree
Showing 594 changed files with 11,018 additions and 8,957 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
run: dart format lib/ --set-exit-if-changed
working-directory: ./mobile

- name: Run dart custom_lint
run: dart run custom_lint
working-directory: ./mobile

# Enable after riverpod generator migration is completed
# - name: Run dart custom lint
# run: dart run custom_lint
Expand Down
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"type": "node",
"request": "attach",
"restart": true,
"port": 9230,
"name": "Immich Server",
"port": 9231,
"name": "Immich API Server",
"remoteRoot": "/usr/src/app",
"localRoot": "${workspaceFolder}/server"
},
{
"type": "node",
"request": "attach",
"restart": true,
"port": 9231,
"name": "Immich Microservices",
"port": 9230,
"name": "Immich Workers",
"remoteRoot": "/usr/src/app",
"localRoot": "${workspaceFolder}/server"
}
Expand Down
Loading

0 comments on commit d34d631

Please sign in to comment.