mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Merge branch 'feature/extensions_api' of github.com:lensapp/lens into feature/extensions_api
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
commit
084ec1e685
@ -48,7 +48,7 @@ export class ExtensionStore extends BaseStore<ExtensionStoreModel> {
|
|||||||
if (isDevelopment || isTestEnv) {
|
if (isDevelopment || isTestEnv) {
|
||||||
return path.resolve(__static, "../src/extensions");
|
return path.resolve(__static, "../src/extensions");
|
||||||
}
|
}
|
||||||
return path.resolve(__static, "../extensions"); //todo figure out prod
|
return path.resolve(__static, "../extensions"); //todo figure out prod
|
||||||
}
|
}
|
||||||
|
|
||||||
async load() {
|
async load() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user