diff --git a/.vscode/launch.json b/.vscode/launch.json index 42ba4023b262724672204192846de0aa7ec06b85..743dfb13bd0029b700833d053208271c2809bdff 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,9 +2,9 @@ "version": "0.2.0", "configurations": [ { - "type": "node", // Changed from pwa-node to node + "type": "node", "request": "launch", - "name": "Launch Program", + "name": "Launch Next.js", "skipFiles": ["<node_internals>/**"], "program": "${workspaceFolder}/node_modules/next/dist/bin/next", "args": ["dev"], @@ -12,10 +12,7 @@ "port": 9229, "restart": true, "console": "integratedTerminal", - "env": { - "NODE_OPTIONS": "--inspect=9229" - }, "cwd": "${workspaceFolder}" } ] -} \ No newline at end of file +} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index da9f8f9040c1f6c183242cae7cc226e53ba63ce4..3d16509bfad9d79f27142b770abe78f503a02a47 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -16,7 +16,7 @@ const Home: React.FC = () => { Hello World UwU </h1> <p className={styles.description}> - Yay wassup maniggis! + Heyhey <code className={styles.code}>src/pages/index.tsx This is code!!</code> </p> </main>