create-tinybase 0.2.2 → 0.2.3
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 +2 -2
- package/package.json +1 -1
- package/screenshots/chat.png +0 -0
- package/templates/server/package.json.hbs +0 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ seconds.
|
|
|
10
10
|
## Usage
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npm create tinybase
|
|
13
|
+
npm create tinybase@latest
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
(PNPM, Yarn, and Bun should also work!)
|
|
@@ -210,7 +210,7 @@ All apps are created with a monorepo structure:
|
|
|
210
210
|
|
|
211
211
|
```
|
|
212
212
|
my-tinybase-app/
|
|
213
|
-
├── package.json
|
|
213
|
+
├── package.json # Root package (manages workspaces)
|
|
214
214
|
├── README.md # Getting started guide
|
|
215
215
|
├── client/ # Client application
|
|
216
216
|
│ ├── package.json # Client dependencies
|
package/package.json
CHANGED
package/screenshots/chat.png
CHANGED
|
Binary file
|