1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-17 22:31:37 +00:00
Nuxt/packages/cli/test/fixtures/nuxt.config.js

11 lines
176 B
JavaScript

export default {
testOption: true,
rootDir: '/some/path',
mode: 'supercharged',
server: {
host: 'nuxt-host',
port: 3001,
socket: '/var/run/nuxt.sock'
}
}