Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
opeolluwa committed Sep 30, 2024
1 parent 90d2f86 commit 2411156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use include_dir::{include_dir, Dir};

pub const SOURCE_DIR: Dir = include_dir!("templates");
pub const SOURCE_DIR: Dir = include_dir!("$CARGO_MANIFEST_DIR/templates");

lazy_static::lazy_static! {
pub static ref DB_URL: std::string::String = {
Expand Down

0 comments on commit 2411156

Please sign in to comment.