summaryrefslogtreecommitdiff
path: root/plugin.json
diff options
context:
space:
mode:
authorAAGaming <aa@bigdumb.gq>2022-05-20 18:13:31 -0400
committerAAGaming <aa@bigdumb.gq>2022-05-20 18:13:31 -0400
commit569f8b8707636cb52d9b89278c28150d668175db (patch)
tree28fdb066bb92b2986756c85adf8fe99fa7be1d9d /plugin.json
parent5a6001026860aca724bf5aa871da93a5edabe12c (diff)
downloaddecky-bazzite-buddy-569f8b8707636cb52d9b89278c28150d668175db.tar.gz
decky-bazzite-buddy-569f8b8707636cb52d9b89278c28150d668175db.zip
fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles
Diffstat (limited to 'plugin.json')
-rw-r--r--plugin.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.json b/plugin.json
index 60ec4fb..8883a09 100644
--- a/plugin.json
+++ b/plugin.json
@@ -1,6 +1,6 @@
{
"name": "Example Plugin",
"author": "John Doe",
- "frontend_bundle": "dist/example-plugin.js",
+ "frontend_bundle": "dist/index.js",
"flags": ["debug", "_root"]
}