Files
router-dash/devbox.json
2026-02-22 22:23:49 +02:00

14 lines
301 B
JSON

{
"packages": ["nodejs@latest"],
"shell": {
"init_hook": ["echo 'Welcome to router-dash dev environment!'"],
"scripts": {
"dev": "npm run dev",
"build": "npm run build",
"check": "npm run check",
"lint": "npm run lint",
"format": "npm run format"
}
}
}