@base44-preview/cli 0.1.3-pr.563.e8db973 → 0.1.3-pr.565.21ee30e

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.
@@ -6,8 +6,6 @@
6
6
  "name": "<%= name %>"<% if (description) { %>,
7
7
  "description": "<%= description %>"<% } %>,
8
8
 
9
- "visibility": "public",
10
-
11
9
  // Site/hosting configuration for the client application
12
10
  // Docs: https://docs.base44.com/configuration/hosting
13
11
  "site": {
@@ -4,9 +4,7 @@
4
4
 
5
5
  {
6
6
  "name": "<%= name %>"<% if (description) { %>,
7
- "description": "<%= description %>"<% } %>,
8
-
9
- "visibility": "public"
7
+ "description": "<%= description %>"<% } %>
10
8
 
11
9
  // Site/hosting configuration
12
10
  // Docs: https://docs.base44.com/configuration/hosting