lakutata 0.1.22 → 0.1.24
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/CLI.js +1 -0
- package/package.json +1 -1
package/CLI.js
CHANGED
|
@@ -53596,6 +53596,7 @@ var ProjectType = /* @__PURE__ */ ((ProjectType2) => {
|
|
|
53596
53596
|
ProjectType2["plain"] = "plain";
|
|
53597
53597
|
ProjectType2["cli"] = "cli";
|
|
53598
53598
|
ProjectType2["api"] = "api";
|
|
53599
|
+
ProjectType2["electron"] = "electron";
|
|
53599
53600
|
return ProjectType2;
|
|
53600
53601
|
})(ProjectType || {});
|
|
53601
53602
|
|