cleaned typst
Build / build (push) Failing after 13m11s

This commit is contained in:
Jeremy Janella
2026-05-24 16:31:51 -04:00
parent 2a84fafca6
commit 21ea975ccc
+3 -2
View File
@@ -3,8 +3,6 @@ use axum::{
};
use tower_http::services::ServeDir;
use askama::Template;
// use typst::model;
// use typst_html;
use std::{collections::HashMap, fs, io::{Error, Write}, process::{Command, Stdio}};
use regex::Regex;
@@ -117,6 +115,9 @@ async fn get_post(
#[tokio::main]
async fn main() {
// unsafe {
// std::env::set_var("TYPST_FEATURES", "html");
// }
let home_html = Html(
HomeTemplate {