mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix i,ports
This commit is contained in:
parent
a4b4688f7c
commit
be4adbd366
@ -1,6 +1,6 @@
|
|||||||
import { Nuxt } from '..'
|
import { Nuxt } from '../..'
|
||||||
import { loadFixture, getPort } from './utils'
|
import { loadFixture, getPort } from '../utils'
|
||||||
import * as browser from './utils/browser'
|
import * as browser from '../utils/browser'
|
||||||
|
|
||||||
let port
|
let port
|
||||||
const url = route => 'http://localhost:' + port + route
|
const url = route => 'http://localhost:' + port + route
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { Nuxt, Utils } from '..'
|
import { Nuxt, Utils } from '../..'
|
||||||
import * as browser from './utils/browser'
|
import * as browser from '../utils/browser'
|
||||||
import { loadFixture, getPort } from './utils'
|
import { loadFixture, getPort } from '../utils'
|
||||||
|
|
||||||
let port
|
let port
|
||||||
const url = route => 'http://localhost:' + port + route
|
const url = route => 'http://localhost:' + port + route
|
||||||
|
Loading…
Reference in New Issue
Block a user