open files in vscode in development

This commit is contained in:
Philipp Kühn
2020-10-30 18:11:54 +01:00
parent 1ab817295c
commit 5723b1b761
3 changed files with 16 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ const globby = require('globby')
module.exports = function (api) {
api.setClientOptions({
cwd: process.cwd(),
})
api.loadSource(({ addCollection }) => {
const appCollection = addCollection({ typeName: 'Package' })