We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780910a commit 93a5d3fCopy full SHA for 93a5d3f
packages/rollup/README.md
@@ -1,3 +1,3 @@
1
-# workflow/nitro
+# @workflow/rollup
2
3
-The docs have moved! Refer to them [here](https://useworkflow.dev/)
+Rollup plugin for the Workflow DevKit.
packages/workflow/package.json
@@ -41,7 +41,6 @@
41
"./nitro": "./dist/nitro.js",
42
"./nuxt": "./dist/nuxt.js",
43
"./sveltekit": "./dist/sveltekit.js",
44
- "./rollup": "./dist/rollup.js",
45
"./vite": "./dist/vite.js",
46
"./runtime": "./dist/runtime.js"
47
},
packages/workflow/src/rollup.ts
0 commit comments