This commit is contained in:
2025-01-30 12:37:43 +01:00
parent 7438630194
commit abe88f34a2
4 changed files with 16 additions and 6 deletions

10
.fleet/run.json Normal file
View File

@@ -0,0 +1,10 @@
{
"configurations": [
{
"type": "npm",
"name": "npm configuration",
"command": "run",
"scripts": "dev"
}
]
}