@base44-preview/cli 0.0.4-pr.57.84f4611 → 0.0.4-pr.59.d2cb862

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.
@@ -9,9 +9,9 @@
9
9
  // Site/hosting configuration for the client application
10
10
  // Docs: https://docs.base44.com/configuration/hosting
11
11
  "site": {
12
+ "installCommand": "npm install",
12
13
  "buildCommand": "npm run build",
13
14
  "serveCommand": "npm run dev",
14
- "outputDirectory": "./dist",
15
- "installCommand": "npm ci"
15
+ "outputDirectory": "./dist"
16
16
  }
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.4-pr.57.84f4611",
3
+ "version": "0.0.4-pr.59.d2cb862",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",
@@ -48,6 +48,7 @@
48
48
  "eslint": "^9.39.2",
49
49
  "eslint-plugin-import": "^2.32.0",
50
50
  "eslint-plugin-unicorn": "^62.0.0",
51
+ "execa": "^9.6.1",
51
52
  "front-matter": "^4.0.2",
52
53
  "globby": "^16.1.0",
53
54
  "json5": "^2.2.3",