This repository has been archived on 2026-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
shelter-plugins/lune.config.js
2026-05-18 21:44:35 +03:00

18 lines
573 B
JavaScript

// Welcome to your Lune config file!
// You can view documentation on Lune here:
// https://github.com/uwu/shelter/tree/main/packages/lune
// uncomment lines below to enable options, and feel free to delete this header.
import { defineConfig } from "@uwu/lune";
export default defineConfig({
// this is the directory that your plugins live in.
// repoSubDir: "plugins-live-in-here",
// this enables CSS Module support - see docs for info
// cssModules: true,
// these add extra esbuild plugins into the pipeline.
// prePlugins: [],
// postPlugins: [],
});