mirror of
https://github.com/m1k1o/neko.git
synced 2025-10-26 11:11:59 +00:00
add evns to launch.
This commit is contained in:
parent
b9ff172c15
commit
168507dcd4
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -14,7 +14,10 @@
|
||||
"output": "${workspaceFolder}/server/bin/debug/neko",
|
||||
"cwd": "${workspaceFolder}/server/",
|
||||
"args": ["serve", "-d", "-c", "dev/runtime/config.yml"],
|
||||
"envFile": "${workspaceFolder}/server/.env.development"
|
||||
"env": {
|
||||
"DISPLAY": ":99.0",
|
||||
"PION_LOG_TRACE": "all",
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user