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