Move start.sh to /scripts too
This commit is contained in:
Binary file not shown.
2
justfile
2
justfile
@@ -12,7 +12,7 @@ default:
|
||||
@just --list
|
||||
|
||||
dev:
|
||||
./start.sh
|
||||
{{root_dir}}/scripts/start.sh
|
||||
|
||||
api-restore:
|
||||
dotnet restore {{api_project}}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
SESSION_NAME="klapi"
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
API_DIR="$ROOT_DIR/api"
|
||||
UI_DIR="$ROOT_DIR/ui"
|
||||
RESTART=false
|
||||
Reference in New Issue
Block a user