Skip to content
Snippets Groups Projects
Commit 32a281fa authored by Dysk0's avatar Dysk0
Browse files

commit

parent 1953394d
Branches main
No related tags found
No related merge requests found
......@@ -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
}
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment