create-surf-app 0.1.6 → 0.1.8

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.
@@ -5,8 +5,6 @@
5
5
  - `vite.config.ts` — pre-configured proxy chain; changing it breaks preview.
6
6
  - `.env` files — managed by the system; editing causes Vite restart & preview downtime.
7
7
  - `entry-client.tsx` `notifyParentReady` / `data-surf-placeholder` — hosting app depends on these.
8
- - Dev servers — NEVER start/stop/kill/restart them manually (`pkill`, `kill`, `node`, `npm run dev`). Causes EADDRINUSE.
9
-
10
8
  ## npm install Rules
11
9
 
12
10
  - **ALL packages in `frontend/package.json` are already installed.** Just import them directly — do NOT run `npm install` for them.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-surf-app",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Scaffold a Surf app — Vite + React + Express + @surf-ai/sdk",
5
5
  "type": "module",
6
6
  "bin": {