spawn-db 0.2.0

Database Build System
Documentation
[tools]
# Node.js for Astro/Starlight docs
node = "24"  # LTS version

# Package manager for docs
pnpm = "10"  # Pinned to major version

[env]
# Ensure pnpm uses local node_modules
_.path = ["./node_modules/.bin"]

[tasks.test]
description = "Run unit tests then integration tests"
run = ["cargo test", "cargo test -- --ignored"]

[tasks.docs]
description = "Run the documentation dev server"
dir = "docs"
run = "npm run dev"