@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.
@@ -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 ${flags.pm} run dev:expo (Metro + simulator)`);
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.79",
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__",