:💩: | GPT -> gpt-unslother

This commit is contained in:
2026-05-18 21:44:35 +03:00
parent 9078983ffd
commit 5bbd602a99
11 changed files with 2054 additions and 138 deletions

17
lune.config.js Normal file
View File

@@ -0,0 +1,17 @@
// 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: [],
});