Add db:migrate npm script for local development convenience
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
61ad63ce35
commit
044a73c3f0
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"db:migrate": "drizzle-kit migrate",
|
||||
"import-annotations": "tsx scripts/import_talib_annotations.ts",
|
||||
"list-charts": "tsx scripts/list_charts.ts"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue