- backend/routers/chain_vault.py updated (god router split) - .github/ CI workflows - Makefile, commitlint.config.js - scripts/ infrastructure - walletpress-mcp/ MCP wrapper - .secretsallow for scanner false positives
10 lines
164 B
TOML
10 lines
164 B
TOML
[tools]
|
|
python = "3.12"
|
|
node = "22"
|
|
go = "latest"
|
|
rust = "stable"
|
|
|
|
[env]
|
|
# WalletPress development environment
|
|
WP_DATA_DIR = "./data"
|
|
WP_AI_PROVIDER = "openrouter"
|