- Add local SurrealDB install, update, and run scripts for Forge - Update setup docs and package the server SurrealDB helpers
4 lines
103 B
Batchfile
4 lines
103 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
surreal start --user root --pass root --bind 127.0.0.1:8000 rocksdb://forge.db
|