Skip to content

Commit 19b0083

Browse files
ci: apply automated fixes (attempt 2/3)
1 parent 834c077 commit 19b0083

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/start/framework/react/guide/hosting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,9 @@ In your Appwrite project, navigate to the **Sites** page from the sidebar. Click
396396
1. Select the **production branch** and **root directory**
397397
2. Verify **TanStack Start** is selected as the framework
398398
3. Confirm the build settings:
399-
400-
401-
- **Install command:** `npm install`
402-
- **Build command:** `npm run build`
403-
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
399+
- **Install command:** `npm install`
400+
- **Build command:** `npm run build`
401+
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
404402

405403
4. Add any required **environment variables**
406404
5. Click **Deploy**

docs/start/framework/solid/guide/hosting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,9 @@ In your Appwrite project, navigate to the **Sites** page from the sidebar. Click
279279
1. Select the **production branch** and **root directory**
280280
2. Verify **TanStack Start** is selected as the framework
281281
3. Confirm the build settings:
282-
283-
284-
- **Install command:** `npm install`
285-
- **Build command:** `npm run build`
286-
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
282+
- **Install command:** `npm install`
283+
- **Build command:** `npm run build`
284+
- **Output directory:** `./dist` (if you're using Nitro v2 or v3, this should be `./.output`)
287285

288286
4. Add any required **environment variables**
289287
5. Click **Deploy**

0 commit comments

Comments
 (0)