diff --git a/desktop/Earthfile b/desktop/Earthfile index 55ffd412..b19c1619 100644 --- a/desktop/Earthfile +++ b/desktop/Earthfile @@ -2,7 +2,7 @@ VERSION --cache-persist-option --global-cache 0.7 PROJECT applied-knowledge-systems/terraphim-project FROM ghcr.io/terraphim/terraphim_builder_native:latest -WORKDIR frontend +WORKDIR /code/desktop deps: # COPY package.json tsconfig.json yarn.lock vite.config.ts tsconfig.node.json index.html ./ @@ -10,9 +10,10 @@ deps: # COPY --dir src src # COPY --dir public public RUN oro apply -q || true - RUN pkgx +yarnpkg.com yarn + RUN /code/desktop/scripts/yarn_and_build.sh build: FROM +deps - RUN pkgx +yarnpkg.com yarn run build + # RUN pkgx +yarnpkg.com yarn run build + SAVE ARTIFACT dist /dist AS LOCAL dist \ No newline at end of file diff --git a/desktop/public/logo_bw_square.png b/desktop/public/logo_bw_square.png new file mode 100644 index 00000000..821f51f7 Binary files /dev/null and b/desktop/public/logo_bw_square.png differ diff --git a/desktop/src/App.svelte b/desktop/src/App.svelte index 4f20b7c8..144c5859 100644 --- a/desktop/src/App.svelte +++ b/desktop/src/App.svelte @@ -62,7 +62,7 @@ -