Skip to content

Commit 33da42a

Browse files
committed
rename app.config.ts
1 parent 4393ed1 commit 33da42a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/start/framework/react/fetching-external-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ At this point, the project structure should look like this:
6161
│ ├── routeTree.gen.ts # Generated route tree
6262
│ └── styles.css # Global styles
6363
├── public/ # Static assets
64-
├── app.config.ts # TanStack Start configuration
64+
├── vite.config.ts # TanStack Start configuration
6565
├── package.json # Project dependencies
6666
└── tsconfig.json # TypeScript configuration
6767

docs/start/framework/react/path-aliases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ npm install -D vite-tsconfig-paths
2929
Now, you'll need to update your `vite.config.ts` file to include the following:
3030

3131
```ts
32-
// app.config.ts
32+
// vite.config.ts
3333
import { defineConfig } from 'vite'
3434
import viteTsConfigPaths from 'vite-tsconfig-paths'
3535

docs/start/framework/react/reading-writing-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ At this point, the project structure should look like this -
7979
│ ├── ssr.tsx # Server-side rendering
8080
│ └── styles.css # Global styles
8181
├── public/ # Static assets
82-
├── app.config.ts # TanStack Start configuration
82+
├── vite.config.ts # TanStack Start configuration
8383
├── package.json # Project dependencies
8484
└── tsconfig.json # TypeScript configuration
8585
```

0 commit comments

Comments
 (0)