Files
trailbase/.gitmodules
Sebastian Jeltsch 08bcf98e67 Disable V8 runtime by default (custom builds can still enable it) and add a truly static binary release for Linux using MUSL.
Building with MUSL required vendoring sqlite-vec and OpenSSL.

Also clean up no-longer-supported TypeScript guest scripts.
2025-10-07 20:47:28 +02:00

7 lines
231 B
Plaintext

[submodule "vendor/sqlean/bundled/sqlean"]
path = crates/sqlean/bundled/sqlean
url = https://github.com/trailbaseio/sqlean
[submodule "vendor/sqlite-vec"]
path = vendor/sqlite-vec
url = https://github.com/ignatz/sqlite-vec.git