Initial commit

This commit is contained in:
2026-04-28 10:29:02 +02:00
parent e8636b08be
commit f22a25ce46
26 changed files with 3951 additions and 1 deletions

5
start.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
echo Starting AZion Scheduler...
set "PATH=%LOCALAPPDATA%\nodejs-portable\node-v22.15.0-win-x64;%PATH%"
npm run dev
pause