- Kanagawa, Japan
- https://last2014.com
-
10years old
Elementary School StudentThis Git Instant Owner
- Joined on
2025-05-31
[Feature]: ウェブベースのセットアップ画面を作る
import { existsSync, readFileSync } from "fs";
import { getDirname } from "../src/lib/path.js";
import yaml from "yaml";
import type ConfigType from "./config";
let Config: ConfigType…