Commit ac598f6a by mvginghina

dsdsa

parent fdd3d972
Showing with 3 additions and 3 deletions
......@@ -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 || 3000;
const port = process.env.PORT || 8080;
app.prepare().then(() => {
createServer((req, res) => {
......
......@@ -23,5 +23,4 @@
</rewrite>
<directoryBrowse enabled="false" />
</system.webServer>
</configuration>
</configuration>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment