Update .codesandbox/tasks.json

This commit is contained in:
kleap-admin 2026-01-15 13:41:13 +00:00
parent e54a275f76
commit 713ab53a92
1 changed files with 15 additions and 0 deletions

15
.codesandbox/tasks.json Normal file
View File

@ -0,0 +1,15 @@
{
"setupTasks": [
"npm install --legacy-peer-deps"
],
"tasks": {
"dev-server": {
"name": "Next.js Dev Server",
"command": "npm run dev",
"preview": {
"port": 3000
},
"runAtStart": true
}
}
}