Skip to content

Commit 6a3c0ff

Browse files
committed
update vite.config
1 parent 0db5a1c commit 6a3c0ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export default defineConfig({
4444
build: {
4545
cssMinify: 'lightningcss',
4646
assetsDir: 'rnacos/assets',
47-
outDir: 'dist-wrap/src/dist',
47+
// 需要与actions配合,暂时不能直接改
48+
// outDir: 'dist-wrap/src/dist',
4849
},
4950
server: {
5051
host: '0.0.0.0',

0 commit comments

Comments
 (0)