From 9c1a8f030cdc8ecb648ea212a59dae79cb673b5b Mon Sep 17 00:00:00 2001 From: aleidk Date: Fri, 25 Apr 2025 16:53:44 -0400 Subject: [PATCH] wip: handle vite tooling manually --- .idea/QuickJinja_project.xml | 10 + .idea/dictionaries/project.xml | 8 + .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/runConfigurations/dev_database_pg.xml | 1 + .idea/sqlDataSources.xml | 42 +++ .idea/sqldialects.xml | 6 + Cargo.lock | 281 +------------------ Cargo.toml | 5 +- build.rs | 20 +- frontend/assets/js/index.ts | 1 + frontend/templates/base.html | 9 +- package.json | 3 +- src/error.rs | 3 + src/router.rs | 31 +- src/static_assets.rs | 56 ++-- src/static_assets/template_functions.rs | 35 ++- vite.config.ts | 3 + 17 files changed, 187 insertions(+), 333 deletions(-) create mode 100644 .idea/QuickJinja_project.xml create mode 100644 .idea/dictionaries/project.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/sqlDataSources.xml create mode 100644 .idea/sqldialects.xml diff --git a/.idea/QuickJinja_project.xml b/.idea/QuickJinja_project.xml new file mode 100644 index 0000000..76760d4 --- /dev/null +++ b/.idea/QuickJinja_project.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml new file mode 100644 index 0000000..5f28118 --- /dev/null +++ b/.idea/dictionaries/project.xml @@ -0,0 +1,8 @@ + + + + endblock + htmx + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..fefa8f5 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/dev_database_pg.xml b/.idea/runConfigurations/dev_database_pg.xml index 0979a91..970e8c8 100644 --- a/.idea/runConfigurations/dev_database_pg.xml +++ b/.idea/runConfigurations/dev_database_pg.xml @@ -20,6 +20,7 @@ +