Add falcode config file
This commit is contained in:
parent
1f5e6ac450
commit
d56760c6e8
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://github.com/victor-falcon/falcode/raw/refs/heads/main/internal/config/schema.json",
|
||||||
|
"appended_tabs": [
|
||||||
|
{
|
||||||
|
"name": "server",
|
||||||
|
"command": "composer run dev",
|
||||||
|
"auto_run": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue