Update project structure

This commit is contained in:
2025-10-01 14:42:08 +02:00
parent 1969c4ac8d
commit 8cb3efef8d
38 changed files with 13 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ task build, "Build the optimized standalone binary":
exec "nim c -d:release --opt:speed -o:bin/luxtools src/luxtools.nim"
task run, "Start the development server with hot rebuild":
exec "nim c -r src/luxtools.nim"
exec "nim c -o:bin/luxtools -r src/luxtools.nim"
task test, "Execute the lightweight test suite":
exec "nim c -r --path:src tests/test_rendering.nim"
exec "nim c -r --path:src -o:bin/test_rendering tests/test_rendering.nim"