Init Repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
projects: [
|
||||
{
|
||||
root: './frontend', // root of your vue project (should contain package.json)
|
||||
package: './package.json', // Relative to root property, don't change this.
|
||||
tsconfig: './tsconfig.json', // Relative to root property, don't change this.
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user