Skip to content

Commit

Permalink
core: script to start sqlite_worker in dev (#2939)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Dec 19, 2023
1 parent 8883b13 commit 5803de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/admin/dev_sqlite_worker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
IS_LOCAL_DEV=1 HOSTNAME=loc cargo run --bin sqlite-worker

0 comments on commit 5803de3

Please sign in to comment.