We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723301f commit 8f33edaCopy full SHA for 8f33eda
website/.env
@@ -1 +1 @@
1
-VITE_GIT_COMMIT_SHA="39c5703"
+VITE_GIT_COMMIT_SHA="723301f"
website/resolid.config.ts
@@ -3,8 +3,9 @@ import { env } from "node:process";
3
4
export const { vitePluginOptions, reactRouterConfig } = defineDevConfig({
5
appDirectory: "src",
6
- nodeVersion: 24,
7
platform: env.VERCEL == 1 ? "vercel" : "node",
+ nodeVersion: 24,
8
+ includeFiles: [".resolid/content/*.json"],
9
devExclude: ["/.resolid/**/*"],
10
reactRouterConfig: {
11
future: {
0 commit comments