diff --git a/.vscode/launch.json b/.vscode/launch.json index d439075..97c312b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,22 +1,19 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "node-terminal", - "request": "launch", - "name": "pnpm dev", - "command": "pnpm dev", - "cwd": "${workspaceFolder}" - }, - { - "type": "node-terminal", - "request": "launch", - "name": "build", - "command": "pnpm build", - "cwd": "${workspaceFolder}" - } - ] -} \ No newline at end of file + "version": "0.2.0", + "configurations": [ + { + "type": "node-terminal", + "request": "launch", + "name": "pnpm dev", + "command": "pnpm dev", + "cwd": "${workspaceFolder}" + }, + { + "type": "node-terminal", + "request": "launch", + "name": "build", + "command": "pnpm build", + "cwd": "${workspaceFolder}" + } + ] +} diff --git a/index.html b/index.html index 4c8aa19..70e0ed9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -