Skip to content

Commit 2a78253

Browse files
authored
Merge branch 'main' into fix-2599-mobile-form-layouts
2 parents ffe1e71 + 6a1ab4c commit 2a78253

File tree

73 files changed

+16037
-409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+16037
-409
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RUN fc-cache -f -v
7878

7979
COPY --from=build /app/build/ build
8080
COPY --from=build /app/server/ server
81+
COPY --from=build /app/src/routes/ src/routes
8182
COPY --from=prod-deps /app/node_modules/ node_modules
8283

8384
CMD ["node", "server/main.js"]

bun.lock

Lines changed: 64 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@appwrite.io/console": "^0.6.4",
3333
"@appwrite.io/pink": "~0.26.0",
3434
"@appwrite.io/pink-icons": "~0.26.0",
35-
"@appwrite.io/repo": "github:appwrite/appwrite#aa98fbb2dc0e08def0a7cca7fe0515de643154ca",
35+
"@appwrite.io/repo": "github:appwrite/appwrite#aa12ef65693ea5fbbd954c0641f76422b440eb7a",
3636
"@eslint/compat": "^1.4.1",
3737
"@eslint/js": "^9.39.1",
3838
"@fingerprintjs/fingerprintjs": "^4.6.2",
@@ -46,6 +46,8 @@
4646
"@sveltejs/kit": "^2.49.1",
4747
"@sveltejs/vite-plugin-svelte": "^6.2.1",
4848
"@tailwindcss/postcss": "^4.1.17",
49+
"@threlte/core": "^8.3.1",
50+
"@threlte/extras": "^9.7.1",
4951
"@turf/boolean-point-in-polygon": "^7.3.1",
5052
"@types/bun": "^1.3.3",
5153
"@types/compression": "^1.8.1",
@@ -54,6 +56,7 @@
5456
"@types/markdown-it": "^13.0.9",
5557
"@types/morgan": "^1.9.10",
5658
"@types/proj4": "^2.19.0",
59+
"@types/three": "^0.176.0",
5760
"analytics": "^0.8.19",
5861
"appwrite": "^17.0.2",
5962
"bits-ui": "^1.8.0",
@@ -101,11 +104,12 @@
101104
"svgtofont": "^4.2.3",
102105
"tailwind-merge": "^3.4.0",
103106
"tailwindcss": "^4.1.17",
107+
"three": "^0.176.0",
104108
"tslib": "^2.8.1",
105109
"typescript": "^5.9.3",
106110
"typescript-eslint": "^8.48.1",
107111
"vaul-svelte": "1.0.0-next.7",
108-
"vite": "^7.2.10",
112+
"vite": "^7.2.7",
109113
"vite-plugin-dynamic-import": "^1.6.0",
110114
"vite-plugin-image-optimizer": "^2.0.3",
111115
"vite-plugin-manifest-sri": "^0.2.0",

0 commit comments

Comments
 (0)