init commit

This commit is contained in:
2026-01-18 22:07:48 -05:00
parent 9c019e3d41
commit 56dde9cf91
43 changed files with 2925 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{:server {:port #long #or [#env SPICEFLOW_PORT 3000]
:host #or [#env SPICEFLOW_HOST "0.0.0.0"]}
:database {:type :sqlite
:dbname #or [#env SPICEFLOW_DB "spiceflow.db"]}
:claude {:sessions-dir #or [#env CLAUDE_SESSIONS_DIR
#join [#env HOME "/.claude/projects"]]}
:opencode {:command #or [#env OPENCODE_CMD "opencode"]}}