@wishbone-media/spark 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Spark UI Package
2
+
3
+ ## Dev notes
4
+
5
+ ```
6
+ # Fully rebuild the package so it can be read by other local packages
7
+ # spark.rebuild
8
+ rm -rf node_modules && pnpm i && pnpm build
9
+ ```