create-surf-app 0.1.19 → 0.1.20
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.
|
@@ -86,3 +86,4 @@ The agent can also call `POST /api/__sync-schema` explicitly after editing.
|
|
|
86
86
|
|
|
87
87
|
- Use `@surf-ai/sdk/react` hooks in frontend, `@surf-ai/sdk/server` dataApi in backend
|
|
88
88
|
- Frontend packages are pre-installed - check `package.json` before installing
|
|
89
|
+
- Default to a dark theme unless the user explicitly asks for a different visual direction.
|