@pylonsync/create-pylon 0.3.79 → 0.3.85
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/bin/create-pylon.js +1 -1
- package/package.json +1 -1
- package/templates/backend/b2b/apps/api/package.json +2 -2
- package/templates/backend/barebones/apps/api/package.json +2 -2
- package/templates/backend/chat/apps/api/package.json +2 -2
- package/templates/backend/consumer/apps/api/package.json +2 -2
- package/templates/backend/todo/apps/api/package.json +2 -2
package/bin/create-pylon.js
CHANGED
|
@@ -422,7 +422,7 @@ platformLines.push(" → api http://localhost:4321 (Pylon control plane)"
|
|
|
422
422
|
if (platforms.includes("web"))
|
|
423
423
|
platformLines.push(" → web http://localhost:3000 (Next.js)");
|
|
424
424
|
if (platforms.includes("expo"))
|
|
425
|
-
platformLines.push(` → expo ${
|
|
425
|
+
platformLines.push(` → expo ${runDev} (Metro + simulator, alongside web/api)`);
|
|
426
426
|
if (platforms.includes("ios"))
|
|
427
427
|
platformLines.push(` → ios cd apps/ios && xcodegen generate && open *.xcodeproj`);
|
|
428
428
|
if (platforms.includes("mac"))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pylonsync/create-pylon",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.85",
|
|
4
4
|
"description": "Scaffold a new Pylon app — realtime backend + web/mobile/expo frontends in one command. Run via `npm create @pylonsync/pylon@latest`.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "pylon dev",
|
|
8
8
|
"build": "pylon build",
|
|
9
|
-
"schema:push": "pylon schema push --sqlite dev.db",
|
|
10
|
-
"schema:inspect": "pylon schema inspect --sqlite dev.db"
|
|
9
|
+
"schema:push": "pylon schema push --sqlite .pylon/dev.db",
|
|
10
|
+
"schema:inspect": "pylon schema inspect --sqlite .pylon/dev.db"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@pylonsync/sdk": "^__PYLON_VERSION__",
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "pylon dev",
|
|
8
8
|
"build": "pylon build",
|
|
9
|
-
"schema:push": "pylon schema push --sqlite dev.db",
|
|
10
|
-
"schema:inspect": "pylon schema inspect --sqlite dev.db"
|
|
9
|
+
"schema:push": "pylon schema push --sqlite .pylon/dev.db",
|
|
10
|
+
"schema:inspect": "pylon schema inspect --sqlite .pylon/dev.db"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@pylonsync/sdk": "^__PYLON_VERSION__",
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "pylon dev",
|
|
8
8
|
"build": "pylon build",
|
|
9
|
-
"schema:push": "pylon schema push --sqlite dev.db",
|
|
10
|
-
"schema:inspect": "pylon schema inspect --sqlite dev.db"
|
|
9
|
+
"schema:push": "pylon schema push --sqlite .pylon/dev.db",
|
|
10
|
+
"schema:inspect": "pylon schema inspect --sqlite .pylon/dev.db"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@pylonsync/sdk": "^__PYLON_VERSION__",
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "pylon dev",
|
|
8
8
|
"build": "pylon build",
|
|
9
|
-
"schema:push": "pylon schema push --sqlite dev.db",
|
|
10
|
-
"schema:inspect": "pylon schema inspect --sqlite dev.db"
|
|
9
|
+
"schema:push": "pylon schema push --sqlite .pylon/dev.db",
|
|
10
|
+
"schema:inspect": "pylon schema inspect --sqlite .pylon/dev.db"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@pylonsync/sdk": "^__PYLON_VERSION__",
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "pylon dev",
|
|
8
8
|
"build": "pylon build",
|
|
9
|
-
"schema:push": "pylon schema push --sqlite dev.db",
|
|
10
|
-
"schema:inspect": "pylon schema inspect --sqlite dev.db"
|
|
9
|
+
"schema:push": "pylon schema push --sqlite .pylon/dev.db",
|
|
10
|
+
"schema:inspect": "pylon schema inspect --sqlite .pylon/dev.db"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@pylonsync/sdk": "^__PYLON_VERSION__",
|