WIP jordan
This commit is contained in:
11
.claude/launch.json
Normal file
11
.claude/launch.json
Normal 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
4
.claude/start-dev.sh
Executable 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
|
||||
Reference in New Issue
Block a user