mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
11 lines
176 B
JavaScript
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'
|
||
|
}
|
||
|
}
|