File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default {
8
8
componentsRoot : componentsPath ( ) ,
9
9
components : '**\/[a-zA-Z]*.vue' ,
10
10
outFile : frameworkPath ( 'web-types.json' ) ,
11
- packageName : library . name ,
11
+ packageName : library . name || 'stacks' ,
12
12
packageVersion : await frameworkVersion ( ) ,
13
13
watch : false ,
14
14
} satisfies WebTypesBuilderConfig
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class ErrorHandler {
23
23
24
24
static handle ( err : StacksError , options ?: any ) {
25
25
this . writeErrorToConsole ( err , options )
26
- this . writeErrorToFile ( err , options )
26
+ this . writeErrorToFile ( err )
27
27
}
28
28
29
29
static handleError ( err : Error , options ?: any ) {
Original file line number Diff line number Diff line change 61
61
"@stacksjs/development/*" : [" ./core/development/src/*" ],
62
62
// "@stacksjs/desktop": ["./core/desktop/src/index.ts"],
63
63
// "@stacksjs/desktop/*": ["./core/desktop/src/*"],
64
- "@stacksjs/dns" : [" ./core/domains /src/index.ts" ],
65
- "@stacksjs/dns/*" : [" ./core/domains /src/*" ],
64
+ "@stacksjs/dns" : [" ./core/dns /src/index.ts" ],
65
+ "@stacksjs/dns/*" : [" ./core/dns /src/*" ],
66
66
"@stacksjs/email" : [" ./core/email/src/index.ts" ],
67
67
"@stacksjs/email/*" : [" ./core/email/src/*" ],
68
68
"@stacksjs/events" : [" ./core/events/src/index.ts" ],
You can’t perform that action at this time.
0 commit comments