Skip to content

Commit 9c57033

Browse files
committed
fix render
1 parent c25998b commit 9c57033

4 files changed

Lines changed: 2707 additions & 16 deletions

File tree

.vscode/launch.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "0.2.0",
6-
"configurations": [
7-
{
8-
"name": "Next.js: debug server-side",
9-
"type": "node-terminal",
10-
"request": "launch",
11-
"command": "npm run dev"
12-
},
13-
]
14-
}
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Next.js: debug server-side",
9+
"type": "node-terminal",
10+
"request": "launch",
11+
"command": "bun run dev"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)