aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-14 13:05:02 -0800
committerFuwn <[email protected]>2023-12-14 13:05:02 -0800
commit5a54d99e93e654e27720f3802ea09c17e4969904 (patch)
treec7193b4b0d74eaecd1331b47d809c7c811fca641
parentfeat(worker): more svelte types (diff)
downloaddue.moe-5a54d99e93e654e27720f3802ea09c17e4969904.tar.xz
due.moe-5a54d99e93e654e27720f3802ea09c17e4969904.zip
ci(earthly): add most used directories last
-rw-r--r--Earthfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Earthfile b/Earthfile
index 830ffd31..c21818f0 100644
--- a/Earthfile
+++ b/Earthfile
@@ -66,9 +66,9 @@ deps:
source:
FROM +deps
- COPY src src
- COPY static static
COPY due_moe_schema.sql due_moe_schema.sql
COPY svelte.config.js svelte.config.js
COPY tsconfig.json tsconfig.json
COPY vite.config.ts vite.config.ts
+ COPY static static
+ COPY src src