Skip to content

Commit

Permalink
added surreal justfile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Jan 31, 2024
1 parent 78999c2 commit 4a523d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

run:
cd engine && cargo run -p engine
surreal:
mkdir /tmp/surreal_data -p && surreal start file:/tmp/surreal_data --log debug --auth --username=root --password=pass
wipe-surreal:
rm -rf /tmp/surreal_data

0 comments on commit 4a523d7

Please sign in to comment.