1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Setting up prod-path in extension store

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-09-09 09:42:55 +03:00
parent 3428476d40
commit 7fb82cde7c

View File

@ -48,7 +48,7 @@ export class ExtensionStore extends BaseStore<ExtensionStoreModel> {
if (isDevelopment) { if (isDevelopment) {
return path.resolve(__static, "../src/extensions"); return path.resolve(__static, "../src/extensions");
} }
return "" // todo: figure out prod-path return path.resolve(__static, "../extensions");
} }
async load() { async load() {