mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
feat(install): added basis install process
Now it is able to install apps from the render process and properly display logs on the app detial page.
This commit is contained in:
5
src/global/storeConfig.ts
Normal file
5
src/global/storeConfig.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ref } from "vue";
|
||||
|
||||
export const APM_STORE_BASE_URL=import.meta.env.VITE_APM_STORE_BASE_URL;
|
||||
export const APM_STORE_ARCHITECTURE='amd64-apm';
|
||||
export const currentApp = ref<any>(null);
|
||||
Reference in New Issue
Block a user