🎉 | Project initialized

This commit is contained in:
2026-05-19 01:53:46 +03:00
parent cb9ea546d5
commit 4b27995f62
7 changed files with 1931 additions and 0 deletions

9
lune.config.js Normal file
View File

@@ -0,0 +1,9 @@
// Welcome to your Lune config file!
// You can view documentation on Lune here:
// https://github.com/uwu/shelter/tree/main/packages/lune
import { defineConfig } from "@uwu/lune";
export default defineConfig({
// configure lune here
});