Browse Source

Merge branch 'main' of github.com:Snouzy/workout-cool

Mathias 1 tháng trước cách đây
mục cha
commit
aa84dfc81e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -32,5 +32,5 @@ db-seed:
 	pnpm run import:exercises-full ./data/sample-exercises.csv
 
 # Start the dev server (with DB, migrate, seed)
-dev: up db-migrate db-seed
+dev: up db-migrate db-generate db-seed
 	pnpm dev