Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 8, 2024
1 parent 579e049 commit d1cc740
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions MyApp.Client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ if (!fs.existsSync(certFilePath) || !fs.existsSync(keyFilePath)) {
if (0 !== child_process.spawnSync('dotnet', [
'dev-certs',
'https',
'--export-path',
certFilePath,
'--format',
'Pem',
'--no-password',
'--verbose',
'--trust'
], { stdio: 'inherit', }).status) {
throw new Error("Could not create certificate.");
}
Expand Down

0 comments on commit d1cc740

Please sign in to comment.