chore: initial commit

This commit is contained in:
Masaki Yatsu
2025-08-13 14:30:55 +09:00
commit b7215f80f2
8 changed files with 172 additions and 0 deletions

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
set dotenv-filename := ".env.local"
[private]
default:
@just --list --unsorted --list-submodules
mod env
mod k8s
import? "custom.just"