Added jetbrains fleet config, run config

This commit is contained in:
Nikurasu 2022-10-14 14:22:17 +02:00
parent 21c1b06dfc
commit d2fc2d7a2d
3 changed files with 16 additions and 2 deletions

11
.fleet/run.json Normal file
View File

@ -0,0 +1,11 @@
{
"configurations": [
{
"type": "command",
"name": "dev",
"program": "yarn",
"args": ["dev"],
},
]
}

4
.fleet/settings.json Normal file
View File

@ -0,0 +1,4 @@
{
"autoSave": false,
"excluded": []
}

3
.gitignore vendored
View File

@ -1,2 +1 @@
node_modules
.fleet
node_modules