Skip to content

Commit

Permalink
Impersonate
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 27, 2024
1 parent 71f7cf5 commit e51d9e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mprocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
procs:
Server:
shell: GIT_SHA=main RUST_BACKTRACE=1 cargo watch --features="dev,dotenv" -c -x run
shell: RUST_BACKTRACE=1 cargo watch --features="impersonate,dev,dotenv" -c -x run

Supabase:
shell: supabase start
Expand Down
2 changes: 1 addition & 1 deletion src/markup/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// New Maud based html markup belong under this module
// Older Askama templates are under /templates
pub mod base;
#[cfg(feature = "dev")]
#[cfg(feature = "impersonate")]
pub mod dev;
pub mod game;
pub mod index;
Expand Down

0 comments on commit e51d9e0

Please sign in to comment.