Skip to content
Snippets Groups Projects
Unverified Commit 0e17c3f7 authored by Mauko Quiroga's avatar Mauko Quiroga
Browse files

Cleanup server.js

parent bbe80388
No related branches found
No related tags found
No related merge requests found
const next = require("next")
const express = require("express")
const bodyParser = require("body-parser")
const cookieParser = require("cookie-parser")
const path = require("path")
import next from "next"
import express from "express"
import bodyParser from "body-parser"
import cookieParser from "cookie-parser"
import path from "path"
const dev = process.env.NODE_ENV !== "production"
const app = next({ dev })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment