feat: search

This commit is contained in:
Philipinho
2024-01-30 00:14:21 +01:00
parent e0e5f7c43d
commit a0ec2f30ca
22 changed files with 509 additions and 161 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ The server will be available on `http://localhost:3000`
$ pnpm nx run server:migration:create init
# Generates 'init' migration file from existing entities to update the database schema
$ pnpm nx run server::generate init
$ pnpm nx run server:migration:generate init
# Runs all pending migrations to update the database schema
$ pnpm nx run server:migration:run