Server can now be started

This commit is contained in:
2026-02-20 23:55:57 +01:00
parent 472183cfe6
commit 0a60dc7f4a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
./database.db ./database.db
./.idea ./.idea
*.exe

View File

@@ -1,4 +1,4 @@
package shap_planner_backend package main
import ( import (
"log" "log"