Skip to content

Commit

Permalink
Include install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed Jul 4, 2024
1 parent cf94e3e commit 7a7d9d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mprocs.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ERROR [mprocs::error] Error: channel closed
ERROR [mprocs::error] Error: channel closed
5 changes: 4 additions & 1 deletion mprocs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# cargo binstall cargo-watch
# brew install supabase/tap/supabase
# npm i
procs:
Server:
shell: RUST_BACKTRACE=1 cargo watch --features="impersonate,dev,dotenv" -c -x run
Expand All @@ -14,4 +17,4 @@ procs:
autostart: false

Tailwind:
shell: tailwindcss --input tailwind.source.css --output public/styles/index.css --watch
shell: mise exec -- npx tailwindcss --input tailwind.source.css --output public/styles/index.css --watch

0 comments on commit 7a7d9d3

Please sign in to comment.