add turbopack for dev && add json placeholder button
This commit is contained in:
parent
6735463119
commit
bf503e548d
|
|
@ -16,6 +16,12 @@ export default function Home() {
|
|||
>
|
||||
Unity
|
||||
</Link>
|
||||
<Link
|
||||
href={`/json-placeholder/${Math.floor(Math.random() * (200 - 1)) + 1}`}
|
||||
className="m-4 cursor-pointer rounded-md bg-blue-500 p-2 text-white"
|
||||
>
|
||||
JSON Placeholder
|
||||
</Link>
|
||||
</div>
|
||||
<p>Next.js 및 tailwind css, 기타등등... 사용해보기</p>
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "next dev --turbo",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
|
|
|
|||
Loading…
Reference in New Issue