1
0
Fork 0

Initial commit

This commit is contained in:
amy 2024-12-22 20:25:09 +03:30 committed by GitHub
commit b6089a75ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 118 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
});