diff --git a/Earthfile b/Earthfile index 66ea8b9..95e743e 100644 --- a/Earthfile +++ b/Earthfile @@ -6,7 +6,7 @@ site: COPY package.json bun.lock /site WORKDIR /site RUN bun install --frozen-lockfile - COPY --dir src vite.config.ts tsconfig.json svelte.config.js /site + COPY --dir src static vite.config.ts tsconfig.json svelte.config.js /site COPY +assets-generated/ /site/assets/generated RUN export VITE_BUILD_DATE=$(date -Iminutes -u | sed 's/+00:00//') && bun x svelte-kit sync && bun run build SAVE ARTIFACT build AS LOCAL build diff --git a/src/app.html b/src/app.html index e8b9984..9d50dda 100644 --- a/src/app.html +++ b/src/app.html @@ -4,6 +4,7 @@