initial commit
This commit is contained in:
commit
3751b8ddb0
23 changed files with 2048 additions and 0 deletions
16
.fleet/run.json
Normal file
16
.fleet/run.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "npm",
|
||||
"name": "Diagram run dev",
|
||||
"command": "run",
|
||||
"scripts": "dev",
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"name": "Diagram run preview",
|
||||
"command": "run",
|
||||
"scripts": "preview",
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue