Add support for registering vendor asset routes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -11,6 +11,13 @@ export interface ExtolloPackageDiscoveryConfig {
|
||||
recursiveDependencies?: {
|
||||
discover?: boolean,
|
||||
},
|
||||
routes?: {
|
||||
loadFrom?: string[],
|
||||
},
|
||||
assets?: {
|
||||
discover?: boolean,
|
||||
basePath?: string[],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user