justfile: start web server with in memory database
This commit is contained in:
parent
6ef88e79a1
commit
0e77f7be5e
1 changed files with 4 additions and 0 deletions
|
|
@ -13,3 +13,7 @@ start:
|
||||||
# dev server
|
# dev server
|
||||||
dev:
|
dev:
|
||||||
{{cargo}} watch -x "run"
|
{{cargo}} watch -x "run"
|
||||||
|
|
||||||
|
# start with temporary database
|
||||||
|
tmp:
|
||||||
|
ROCKET_PORT=8001 ROCKET_DATABASES='{ezidam={url=":memory:"}}' {{cargo}} run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue