feat: restructure project, implement askama templating #26

Merged
theo merged 21 commits from restructure-project into main 2024-07-26 14:42:03 +02:00
Showing only changes of commit ba88b08a57 - Show all commits

View File

@ -4,8 +4,8 @@
"identifier": "org.p4pillon.pharma.desktop", "identifier": "org.p4pillon.pharma.desktop",
"build": { "build": {
"beforeDevCommand": { "beforeDevCommand": {
"script": "cargo run", "cwd": "../app",
"cwd": "../clego" "script": "cargo run"
}, },
"devUrl": "http://localhost:3000", "devUrl": "http://localhost:3000",
"frontendDist": "axum://place.holder/" "frontendDist": "axum://place.holder/"