Skip to content

Commit 8f33eda

Browse files
committed
docs: update git commit sha
1 parent 723301f commit 8f33eda

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

website/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VITE_GIT_COMMIT_SHA="39c5703"
1+
VITE_GIT_COMMIT_SHA="723301f"

website/resolid.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import { env } from "node:process";
33

44
export const { vitePluginOptions, reactRouterConfig } = defineDevConfig({
55
appDirectory: "src",
6-
nodeVersion: 24,
76
platform: env.VERCEL == 1 ? "vercel" : "node",
7+
nodeVersion: 24,
8+
includeFiles: [".resolid/content/*.json"],
89
devExclude: ["/.resolid/**/*"],
910
reactRouterConfig: {
1011
future: {

0 commit comments

Comments
 (0)