WIP jordan

This commit is contained in:
Jordan Weingarten
2026-04-16 11:11:44 -05:00
parent ff2d7b18b5
commit 67482f6629
163 changed files with 50627 additions and 728 deletions

11
.claude/launch.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "policy-ui",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3737
}
]
}

4
.claude/start-dev.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export PATH="/nix/store/cx0jd5mwhn7ihryyv0qp9d33f8s1iwb7-nodejs-24.13.0/bin:$PATH"
cd /Users/jordanweingarten/Dev/policy-ui
exec npm run dev