9 lines
242 B
JavaScript
9 lines
242 B
JavaScript
// 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
|
|
});
|