From b19abf7c5efd2a4d6c5f5e73d23b61e42923d3be Mon Sep 17 00:00:00 2001 From: Christopher Biscardi Date: Sat, 31 Aug 2024 21:18:00 -0700 Subject: [PATCH] more --- .github/workflows/release.yml | 2 +- crates/www/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a786375..ac9c5b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: version: "0.96.1" - name: Remove horizontal whitespace from hash.txt shell: nu {0} - run: open crates/www/target/release/hash.txt | lines | parse "{key} {value}" | each {|it| $'($it.key)($in.value)' } | save crates/www/target/release/hash.txt + run: open crates/www/target/release/hash.txt | lines | parse "{key} {value}" | each {|it| $'($it.key)($in.value)' } | save -f crates/www/target/release/hash.txt - name: cat hash.txt shell: bash run: cat crates/www/target/release/hash.txt diff --git a/crates/www/src/main.rs b/crates/www/src/main.rs index 943110f..b4bf125 100644 --- a/crates/www/src/main.rs +++ b/crates/www/src/main.rs @@ -12,7 +12,7 @@ async fn main() { // Generate the list of routes in your Leptos App let routes = generate_route_list(App); - // TODO: remove this soon + // TODO: remove this soonish dbg!(std::env::var("CDN_PKG_PATH")); dbg!(std::env::var("CDN_PATH"));