Skip to content

Commit 5a7c993

Browse files
committed
feat: add vite config to bu9ild
1 parent e10eb81 commit 5a7c993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/scripts/build.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ try {
3333
'.env.staging',
3434
'tsconfig.json',
3535
'codegen.yml',
36-
'ecosystem.config.json'
36+
'ecosystem.config.json',
37+
'vite.config.ts',
3738
]
3839

3940
for (const file of files) {

0 commit comments

Comments
 (0)