Test env NATS cluster cut-over

This commit is contained in:
George Lambert 2026-09-12 00:00:06 -04:00
commit f813d4003d
7 changed files with 107 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "verae-nats-accounts",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "NATS account and leaf subject policy (INTERNAL vs LEAF)",
"scripts": {
"test": "node --test test/*.test.js"
}
}