Initial import of verae-staff-session from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 19:55:09 -04:00
commit b0f2b8a261
8 changed files with 240 additions and 0 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "verae-staff-session",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Shared staff cookie login for CS / sales / accounting / access-staff HTML",
"scripts": {
"start": "node src/server.js",
"test": "node --test test/*.test.js"
}
}