Expand browser editor runtime and LED simulation workflows.
Add Docker deployment support, richer Selenium/LED pattern tests, in-browser diagnostics, responsive UI improvements, and 16x16 panel simulation tooling to speed iteration and hardware-style prototyping. Made-with: Cursor
This commit is contained in:
12
.cursor/hooks.json
Normal file
12
.cursor/hooks.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 1,
|
||||
"hooks": {
|
||||
"afterFileEdit": [
|
||||
{
|
||||
"command": ".cursor/hooks/dev-reload-touch.sh",
|
||||
"timeout": 5,
|
||||
"matcher": "Write|TabWrite"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
8
.cursor/hooks/dev-reload-touch.sh
Executable file
8
.cursor/hooks/dev-reload-touch.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Consume hook JSON input (not needed for this hook).
|
||||
cat >/dev/null || true
|
||||
|
||||
mkdir -p "src/static"
|
||||
date +%s%3N > "src/static/.reload-token"
|
||||
Reference in New Issue
Block a user