| Clean up and simplify async handling

This commit is contained in:
2026-05-19 01:35:46 +03:00
parent 135ca8d107
commit 31fd24335a
6 changed files with 594 additions and 57 deletions

View File

@@ -1,17 +1,3 @@
// 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: [],
});
export default defineConfig({});