lakutata 0.1.18 → 0.1.19
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 -2
- package/package.json +1 -1
package/CLI.js
CHANGED
|
@@ -53595,8 +53595,7 @@ var _path2 = require('path'); var _path3 = _interopRequireDefault(_path2);
|
|
|
53595
53595
|
var ProjectType = /* @__PURE__ */ ((ProjectType2) => {
|
|
53596
53596
|
ProjectType2["plain"] = "plain";
|
|
53597
53597
|
ProjectType2["cli"] = "cli";
|
|
53598
|
-
ProjectType2["
|
|
53599
|
-
ProjectType2["embed"] = "embed";
|
|
53598
|
+
ProjectType2["api"] = "api";
|
|
53600
53599
|
return ProjectType2;
|
|
53601
53600
|
})(ProjectType || {});
|
|
53602
53601
|
|