Nuxt/test/fixtures/sockets/nuxt.config.js
Jonas Galvez 72479687d9 feat(core, cli): builtin support of https and unix sockets (#3831)
Co-authored-by: Aurélien Chrétien <aurelien@manager.one>
Co-authored-by: Rémy Sanchez <remy.sanchez@hyperthese.net>
2018-09-02 13:50:25 +04:30

8 lines
111 B
JavaScript

import path from 'path'
export default {
server: {
socket: path.resolve(__dirname, 'nuxt.socket')
}
}