Skip to content

Commit c469164

Browse files
committed
del start command
1 parent 0fe8676 commit c469164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
port: 3000,
1111
},
1212
build: {
13-
outDir: '.output',
13+
outDir: 'dist',
1414
},
1515
plugins: [
1616
mdx(await import('./source.config')),

0 commit comments

Comments
 (0)