Skip to content

Commit c1c5e9b

Browse files
kridahCopilot
andauthored
Update vite.config.js
typo Co-authored-by: Copilot <[email protected]>
1 parent 7f17fe0 commit c1c5e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const copyStaticFilesPlugin = () => ({
1616
join(process.cwd(), 'openapi', 'swagger.json'),
1717
join(openapiDestDir, 'swagger.json')
1818
)
19-
console.log('✓ Copied swagger.jso to dist/openapi')
19+
console.log('✓ Copied swagger.json to dist/openapi')
2020

2121
// Copy docs folder
2222
const docsSource = join(process.cwd(), 'docs')

0 commit comments

Comments
 (0)