this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add development run tasks for PostgreSQL and SQLite with file watching

+6
+6
mise.toml
··· 75 75 run = "mise x -- watchexec --restart --stop-timeout=0 --shell=sh -e rs,gleam,toml,css,ts,json mise run pod-up-postgres-no-optimise" 76 76 run_windows = "mise x -- watchexec --restart --stop-timeout=0 --shell=cmd -e rs,gleam,toml,css,ts,json mise run pod-up-postgres-no-optimise" 77 77 78 + [tasks.development-run-watch-podman-sqlite] 79 + tools.watchexec = "latest" 80 + description = "Run the server in development mode with file watching" 81 + run = "mise x -- watchexec --restart --stop-timeout=0 --shell=sh -e rs,gleam,toml,css,ts,json mise run pod-up-sqlite-no-optimise" 82 + run_windows = "mise x -- watchexec --restart --stop-timeout=0 --shell=cmd -e rs,gleam,toml,css,ts,json mise run pod-up-sqlite-no-optimise" 83 + 78 84 79 85 [tasks.check-watch] 80 86 tools.watchexec = "latest"