Create environment.json

This commit is contained in:
Jarred Sumner
2025-06-30 14:58:29 -07:00
parent ca59ed04bd
commit 1e3d82441c

10
.cursor/environment.json Normal file
View File

@@ -0,0 +1,10 @@
{
"snapshot": "snapshot-20250630-a406baa4-6bb1-41d9-a125-85176851e05b",
"install": "bun install",
"terminals": [
{
"name": "bun build",
"command": "bun run build"
}
]
}