Move start.sh to /scripts too

This commit is contained in:
2026-03-11 21:31:51 +02:00
parent c613273e7e
commit 6eee3ff587
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -12,7 +12,7 @@ default:
@just --list @just --list
dev: dev:
./start.sh {{root_dir}}/scripts/start.sh
api-restore: api-restore:
dotnet restore {{api_project}} dotnet restore {{api_project}}

View File

@@ -2,7 +2,7 @@
set -euo pipefail set -euo pipefail
SESSION_NAME="klapi" SESSION_NAME="klapi"
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
API_DIR="$ROOT_DIR/api" API_DIR="$ROOT_DIR/api"
UI_DIR="$ROOT_DIR/ui" UI_DIR="$ROOT_DIR/ui"
RESTART=false RESTART=false