Add domain filter to cookie template function

This commit is contained in:
Gregory Schier
2026-05-06 11:09:43 -07:00
parent 41fe01adb9
commit 5978cec71e
9 changed files with 179 additions and 15 deletions

View File

@@ -6,6 +6,7 @@
"description": "Template functions for working with cookies",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
"dev": "yaakcli dev",
"test": "vp test --run tests"
}
}