chore(tooling): replace turbo with moon, add proto toolchain

This commit is contained in:
Maze Winther
2026-06-21 14:59:52 +02:00
parent 8768f6dd8f
commit 6c81db47c0
9 changed files with 112 additions and 30 deletions
+14
View File
@@ -0,0 +1,14 @@
$schema: 'https://moonrepo.dev/schemas/toolchains.json'
# javascript must be enabled alongside bun
javascript: {}
bun:
version: '1.3.11'
# Auto-install deps when lockfile/manifest changes
installDependencies: true
# Rust toolchain — no crates yet, but enabling it now means
# moon will automatically understand Cargo.toml files and
# track Cargo.lock for hashing when they appear.
rust: {}