mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
CLAUDE branch
i made have screwed the pooch with this
This commit is contained in:
8
start-backend.bat
Normal file
8
start-backend.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
title Cyber Threat Hunter - Backend
|
||||
cd /d "%~dp0\backend"
|
||||
|
||||
echo Starting Backend Server...
|
||||
call venv\Scripts\activate.bat
|
||||
python app.py
|
||||
pause
|
||||
Reference in New Issue
Block a user