mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 03:11:19 -06:00
* fix: ERROR AssertionError [ERR_ASSERTION]: missing path * refactor(ui): export portfinder and graphql-server from @vue/cli-ui and new VUE_CLI_UI_DEV env var * fix(ui): invoke: force load package.json
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
exports.server = require('vue-cli-plugin-apollo/graphql-server')
|
|
exports.portfinder = require('portfinder')
|