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

commit

parent 1953394d
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"type": "node", // Changed from pwa-node to node "type": "node",
"request": "launch", "request": "launch",
"name": "Launch Program", "name": "Launch Next.js",
"skipFiles": ["<node_internals>/**"], "skipFiles": ["<node_internals>/**"],
"program": "${workspaceFolder}/node_modules/next/dist/bin/next", "program": "${workspaceFolder}/node_modules/next/dist/bin/next",
"args": ["dev"], "args": ["dev"],
...@@ -12,10 +12,7 @@ ...@@ -12,10 +12,7 @@
"port": 9229, "port": 9229,
"restart": true, "restart": true,
"console": "integratedTerminal", "console": "integratedTerminal",
"env": {
"NODE_OPTIONS": "--inspect=9229"
},
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
} }
] ]
} }
\ No newline at end of file
...@@ -16,7 +16,7 @@ const Home: React.FC = () => { ...@@ -16,7 +16,7 @@ const Home: React.FC = () => {
Hello World UwU Hello World UwU
</h1> </h1>
<p className={styles.description}> <p className={styles.description}>
Yay wassup maniggis! Heyhey
<code className={styles.code}>src/pages/index.tsx This is code!!</code> <code className={styles.code}>src/pages/index.tsx This is code!!</code>
</p> </p>
</main> </main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment