first release 0.1.1

This commit is contained in:
2025-05-30 16:44:39 +02:00
parent 3d3264d8d6
commit 71f771b428
9 changed files with 41 additions and 31 deletions

4
.vscode/launch.json vendored
View File

@@ -2,10 +2,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug Crow App",
"name": "Debug Server Admin Panel",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/app",
"program": "${workspaceFolder}/build/lf-server-admin-panel",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",