add delete + fix run_dev

This commit is contained in:
2025-09-06 09:31:20 +02:00
parent 5c3c864a9e
commit c7b09b30bd
3 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
CORES=$(nproc)
WORKERS=$((2 * CORES + 1))