generated from alecodes/base-template
feat: add sqlx transaction extractor to router
This commit is contained in:
parent
cfaf7ecc1f
commit
a662b94b21
8 changed files with 79 additions and 14 deletions
|
|
@ -16,6 +16,9 @@ migrate: (docker-compose "run dbmate migrate")
|
|||
|
||||
rollback: (docker-compose "run dbmate rollback")
|
||||
|
||||
build-frontend-watch:
|
||||
watchexec --restart --watch frontend just build-frontend
|
||||
|
||||
build-frontend:
|
||||
#!/usr/bin/env bun
|
||||
import sassPlugin from "@alecodes/bun-plugin-sass";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue