Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ node_modules
.env

mise.local.toml

dist/
packages/michael/michael
8 changes: 7 additions & 1 deletion .mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tools]
node = "25.4.0"
pnpm = "10.28.1"
go = "1.24"
restic = "0.18.0"

gh = "2.25.0"
Expand All @@ -17,7 +18,7 @@ depends = ["*:build"]

[tasks."common:build"]
description = "Build all common packages"
depends = ["common:*:build"]
depends = ["install:deps", "common:*:build"]

[tasks.test]
description = "Run all unit tests"
Expand Down Expand Up @@ -71,3 +72,8 @@ OIDC_CLIENT_SECRET = "client secret"
OIDC_ALLOW_INSECURE = true
OIDC_REDIRECT_URI = 'http://localhost:5173/api/auth/oidc/callback'
OIDC_LOGOUT_REDIRECT_URI = 'http://localhost:5173'
LOG_LEVEL = "debug"
OTLP_METRICS_ENDPOINT = "localhost:8428"
OTLP_METRICS_URL_PATH = "/opentelemetry/v1/metrics"
OTLP_LOGS_ENDPOINT = "localhost:9428"
OTLP_LOGS_URL_PATH = "/insert/opentelemetry/v1/logs"
Loading
Loading