diff options
Diffstat (limited to 'rollup.config.js')
| -rw-r--r-- | rollup.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
