Skip to content

Commit 932a0a5

Browse files
committed
refactor: πŸ’‘ move
1 parent e7bb4f9 commit 932a0a5

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

β€Žapps/web/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ yarn dev
88

99
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1010

11-
You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.
11+
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
1212

1313
To create [API routes](https://nextjs.org/docs/app/building-your-application/routing/router-handlers) add an `api/` directory to the `app/` directory with a `route.ts` file. For individual endpoints, create a subfolder in the `api` directory, like `api/hello/route.ts` would map to [http://localhost:3000/api/hello](http://localhost:3000/api/hello).
1414

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žapps/web/tailwind.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import type { Config } from 'tailwindcss'
44

55
const config: Pick<Config, 'content' | 'presets'> = {
6-
content: ['./src/app/**/*.tsx'],
6+
content: ['./app/**/*.tsx'],
77
}
88

99
export default config

0 commit comments

Comments
Β (0)