From c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147 Mon Sep 17 00:00:00 2001 From: JSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:52:51 -0500 Subject: Initial commit --- rollup.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rollup.config.js (limited to 'rollup.config.js') diff --git a/rollup.config.js b/rollup.config.js new file mode 100644 index 0000000..17e71a7 --- /dev/null +++ b/rollup.config.js @@ -0,0 +1,5 @@ +import deckyPlugin from "@decky/rollup"; + +export default deckyPlugin({ + // Add your extra Rollup options here +}) \ No newline at end of file -- cgit v1.2.3