Skip to content

Commit b3a57d6

Browse files
NicolappsConvex, Inc.
authored andcommitted
Format nextjs-15-app private demo (#42377)
GitOrigin-RevId: 9956fea8e436274e34c737b694c7cd43ebde9da8
1 parent a7da685 commit b3a57d6

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ npm-packages/private-demos/quickstarts/nextjs-app-dir-14
7070
# Should match Tanstack demos for now
7171
npm-packages/private-demos/tanstack-start
7272
npm-packages/private-demos/tanstack-start-clerk
73-
# Next.js 15 demo, should use its own formatting
74-
npm-packages/private-demos/nextjs-15-app
7573
# Docs that we sync over to fivetran
7674
crates/fivetran_source/docs/
7775
crates/fivetran_destination/docs/

dprint.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@
7272
// Should match Tanstack demos for now
7373
"npm-packages/private-demos/tanstack-start",
7474
"npm-packages/private-demos/tanstack-start-clerk",
75-
// Next.js 15 demo, should use its own formatting
76-
"npm-packages/private-demos/nextjs-15-app",
7775
// Docs that we sync over to fivetran
7876
"crates/fivetran_source/docs/",
7977
"crates/fivetran_destination/docs/",
Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
1+
This is a [Next.js](https://nextjs.org) project bootstrapped with
2+
[`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
23

34
## Getting Started
45

@@ -14,23 +15,35 @@ pnpm dev
1415
bun dev
1516
```
1617

17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
18+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the
19+
result.
1820

19-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
21+
You can start editing the page by modifying `app/page.tsx`. The page
22+
auto-updates as you edit the file.
2023

21-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
24+
This project uses
25+
[`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts)
26+
to automatically optimize and load [Geist](https://vercel.com/font), a new font
27+
family for Vercel.
2228

2329
## Learn More
2430

2531
To learn more about Next.js, take a look at the following resources:
2632

27-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
33+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
34+
features and API.
2835
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
2936

30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
37+
You can check out
38+
[the Next.js GitHub repository](https://github.com/vercel/next.js) - your
39+
feedback and contributions are welcome!
3140

3241
## Deploy on Vercel
3342

34-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
43+
The easiest way to deploy your Next.js app is to use the
44+
[Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme)
45+
from the creators of Next.js.
3546

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
47+
Check out our
48+
[Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying)
49+
for more details.

npm-packages/private-demos/nextjs-15-app/postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module.exports = {
33
tailwindcss: {},
44
autoprefixer: {},
55
},
6-
}
6+
};

0 commit comments

Comments
 (0)