You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--ssrManifest [name] [boolean | string] emit ssr manifest json
240
241
--emptyOutDir [boolean] force empty outDir when it's outside of root
@@ -293,7 +294,7 @@ Options:
293
294
--api [port] Specify server port. Note if the port is already being used, Vite will automatically try the next available port so this may not be the actual port the server ends up listening on. If true will be set to 51204. Use '--help --api' for more info.
294
295
--silent [value] Silent console output from tests. Use 'passed-only' to see logs from failing tests only.
--outputFile <filename/-s> Write test results to a file when supporter reporter is also specified, use cac's dot notation for individual outputs of multiple reporters (example: --outputFile.tap=./tap.txt)
298
299
--coverage Enable coverage report. Use '--help --coverage' for more info.
299
300
--mode <name> Override Vite mode (default: test or benchmark)
0 commit comments