Skip to content

Commit 0620085

Browse files
committed
fix: preview build outputPath
1 parent d0b4247 commit 0620085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"executor": "qwik-nx:build",
99
"options": {
1010
"runSequence": ["website:build.client", "website:build.ssr"],
11-
"outputPath": "dist/apps/website"
11+
"outputPath": "dist/apps/website/client"
1212
},
1313
"configurations": {
1414
"preview": {},

0 commit comments

Comments
 (0)