base44 0.0.9 → 0.0.11
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/dist/cli/index.js +687 -637
- package/dist/cli/templates/templates.json +4 -4
- package/package.json +1 -1
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"templates": [
|
|
3
3
|
{
|
|
4
4
|
"id": "backend-only",
|
|
5
|
-
"name": "
|
|
6
|
-
"description": "Minimal Base44 backend
|
|
5
|
+
"name": "Create a basic project",
|
|
6
|
+
"description": "Minimal Base44 backend for defining your data models and logic",
|
|
7
7
|
"path": "backend-only"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"id": "backend-and-client",
|
|
11
|
-
"name": "
|
|
12
|
-
"description": "Full-stack example with Base44 backend and a Vite + React client application",
|
|
11
|
+
"name": "Start from a template",
|
|
12
|
+
"description": "Full-stack example with a Base44 backend and a Vite + React client application",
|
|
13
13
|
"path": "backend-and-client"
|
|
14
14
|
}
|
|
15
15
|
]
|