Update npm packages to latest versions
Fix JavaScript sourcemap paths to show full file locations Implement --build-debug flag and complete Build UI streaming Add xterm.js terminal UI and fix asset path routing Add RSpade Build UI service with WebSocket support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
15
app/RSpade/BuildUI/resource/build-service/nodemon.json
Executable file
15
app/RSpade/BuildUI/resource/build-service/nodemon.json
Executable file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"watch": [
|
||||
"rspade-build-ui-server.js",
|
||||
"../**/*.js",
|
||||
"../**/*.php"
|
||||
],
|
||||
"ignore": [
|
||||
"node_modules/**",
|
||||
"public/dist/**",
|
||||
"src/**"
|
||||
],
|
||||
"ext": "js,json,php",
|
||||
"delay": 1000,
|
||||
"verbose": true
|
||||
}
|
||||
Reference in New Issue
Block a user