Initial commit
This commit is contained in:
commit
b6089a75ed
8 changed files with 118 additions and 0 deletions
9
lune.config.js
Normal file
9
lune.config.js
Normal 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
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue