2
0

Init SvelteKit Project

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
翼ねこ
2026-01-23 10:29:05 +08:00
committed by Asai Neko
commit 099524af26
37 changed files with 3320 additions and 0 deletions

12
.envrc Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
export DIRENV_WARN_TIMEOUT=20s
eval "$(devenv direnvrc)"
# `use devenv` supports the same options as the `devenv shell` command.
#
# To silence all output, use `--quiet`.
#
# Example usage: use devenv --quiet --impure --option services.postgres.enable:bool true
use devenv