Skip to content

Commit cfada43

Browse files
committed
fix: plugin.json
1 parent 1f7c832 commit cfada43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "https://github.com/refmdio/marp-plugin",
77
"abi": "refmd-plugin/v1",
88
"mounts": ["/marp/*"],
9-
"frontend": { "entry": "dist/index.mjs", "mode": "esm" },
9+
"frontend": { "entry": "index.mjs", "mode": "esm" },
1010
"backend": { "wasm": "backend/plugin.wasm" },
1111
"permissions": ["doc.read", "doc.write", "kv.read", "kv.write"],
1212
"commands": ["marp.create"],

0 commit comments

Comments
 (0)