Fix build script not using $OUT_PATH
This commit is contained in:
parent
794787a4be
commit
246cbf82cf
6 changed files with 55 additions and 29 deletions
|
|
@ -7,7 +7,7 @@ use axum::{
|
|||
use rust_embed::RustEmbed;
|
||||
|
||||
#[derive(RustEmbed)]
|
||||
#[folder = "target/static"]
|
||||
#[folder = "$OUT_DIR/static"]
|
||||
pub struct StaticFiles;
|
||||
|
||||
pub struct StaticFile<T>(T);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue