Skip to content

Commit 7a84cf1

Browse files
pkosiecigrekun
andauthored
Fix client build for appkit template (#4064)
## Changes - Fix client build for appkit template ## Why The path was incorrect: <img width="1976" height="852" alt="image" src="https://github.com/user-attachments/assets/f73b87e4-c75c-45aa-a5b3-b4cc79c72fd2" /> Co-authored-by: Igor Rekun <[email protected]>
1 parent 15eb802 commit 7a84cf1

File tree

1 file changed

+1
-1
lines changed
  • experimental/apps-mcp/templates/appkit/template/{{.project_name}}/client

1 file changed

+1
-1
lines changed

experimental/apps-mcp/templates/appkit/template/{{.project_name}}/client/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
middlewareMode: true,
1212
},
1313
build: {
14-
outDir: path.resolve(__dirname, './client/dist'),
14+
outDir: path.resolve(__dirname, './dist'),
1515
emptyOutDir: true,
1616
},
1717
optimizeDeps: {

0 commit comments

Comments
 (0)