Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 8474a4f

Browse files
Alid CastanoAlid Castano
authored andcommitted
removed unused vars
1 parent 823a408 commit 8474a4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/module.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ import { mdParser, yamlParser } from './util/parsers'
66

77
import pkg from '../package.json'
88

9-
const port = process.env.PORT || process.env.npm_package_config_nuxt_port || 3000
10-
const host = process.env.HOST || process.env.npm_package_config_nuxt_host || 'localhost'
11-
129
const nuxtentConfig = (nuxtOpts) => {
1310
const rootConfig = resolve(nuxtOpts.rootDir, 'nuxtent.config.js')
1411
try {

0 commit comments

Comments
 (0)