Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Test_Website-Front_End
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Test Website
Test_Website-Front_End
Commits
32a281fa
Commit
32a281fa
authored
1 year ago
by
Dysk0
Browse files
Options
Downloads
Patches
Plain Diff
commit
parent
1953394d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/launch.json
+3
-6
3 additions, 6 deletions
.vscode/launch.json
src/pages/index.tsx
+1
-1
1 addition, 1 deletion
src/pages/index.tsx
with
4 additions
and
7 deletions
.vscode/launch.json
+
3
−
6
View file @
32a281fa
...
@@ -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
This diff is collapsed.
Click to expand it.
src/pages/index.tsx
+
1
−
1
View file @
32a281fa
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment