diff options
| author | AAGaming <aa@bigdumb.gq> | 2022-05-20 18:13:31 -0400 |
|---|---|---|
| committer | AAGaming <aa@bigdumb.gq> | 2022-05-20 18:13:31 -0400 |
| commit | 569f8b8707636cb52d9b89278c28150d668175db (patch) | |
| tree | 28fdb066bb92b2986756c85adf8fe99fa7be1d9d /plugin.json | |
| parent | 5a6001026860aca724bf5aa871da93a5edabe12c (diff) | |
| download | decky-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.json | 2 |
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"] } |
