Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Mihai-Valeriu Ginghina
/
WBT2425_6
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
4
Merge Requests
2
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ac598f6a
authored
May 14, 2025
by
mvginghina
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
dsdsa
parent
fdd3d972
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
server.js
web.config
server.js
View file @
ac598f6a
...
...
@@ -5,7 +5,7 @@ const next = require('next');
const
dev
=
process
.
env
.
NODE_ENV
!==
'production'
;
const
app
=
next
({
dev
});
const
handle
=
app
.
getRequestHandler
();
const
port
=
process
.
env
.
PORT
||
300
0
;
const
port
=
process
.
env
.
PORT
||
808
0
;
app
.
prepare
().
then
(()
=>
{
createServer
((
req
,
res
)
=>
{
...
...
web.config
View file @
ac598f6a
...
...
@@ -23,5 +23,4 @@
</
rewrite
>
<
directoryBrowse
enabled
=
"false"
/>
</
system
.
webServer
>
</
configuration
>
</
configuration
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment