Test env NATS cluster cut-over

This commit is contained in:
George Lambert 2026-09-11 23:59:56 -04:00
commit b1e9dfa39d
25 changed files with 833 additions and 0 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "verae-bootstrap",
"version": "0.1.0",
"private": true,
"description": "Clone Verae Time × Zapier git repos and install dependencies for each server type",
"scripts": {
"clone": "bash scripts/clone.sh",
"deps": "bash scripts/install-deps.sh",
"host-deps": "bash scripts/host-deps.sh",
"fetch": "bash scripts/fetch.sh",
"test": "bash scripts/test.sh"
}
}