armcord/lune.config.js
smartfridge 1da43a6575
move shelter plugins into the main repo (#688)
* wip: local shelter plugins

* serve plugins over armcord protocol

* remove useless comments

* remove use strict from bundles before sending them

* update lockfile

* lint

* check for path escape

* add fix bundle script

* format script

* remove unused imports
2024-08-18 18:00:36 +02:00

5 lines
No EOL
95 B
JavaScript

import { defineConfig } from "@uwu/lune";
export default defineConfig({
cssModules: true
});