mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
Fix lint
This commit is contained in:
parent
7eebeefc39
commit
c8c2084bba
@ -1,7 +1,7 @@
|
|||||||
import http from "http";
|
import http from 'http'
|
||||||
import connect from "connect";
|
import connect from 'connect'
|
||||||
import path from "path";
|
import path from 'path'
|
||||||
import chalk from "chalk";
|
import chalk from 'chalk'
|
||||||
|
|
||||||
class Server {
|
class Server {
|
||||||
constructor (nuxt) {
|
constructor (nuxt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user