Added jetbrains fleet config, run config
This commit is contained in:
parent
21c1b06dfc
commit
d2fc2d7a2d
3 changed files with 16 additions and 2 deletions
11
.fleet/run.json
Normal file
11
.fleet/run.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "command",
|
||||
"name": "dev",
|
||||
"program": "yarn",
|
||||
"args": ["dev"],
|
||||
},
|
||||
|
||||
]
|
||||
}
|
4
.fleet/settings.json
Normal file
4
.fleet/settings.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"autoSave": false,
|
||||
"excluded": []
|
||||
}
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
node_modules
|
||||
.fleet
|
||||
node_modules
|
Loading…
Reference in a new issue