mirror of
https://github.com/SawyerHood/dev-browser.git
synced 2026-09-20 13:44:44 +08:00
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"name": "https-server-fixture",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Self-signed HTTPS fixture for dev-browser ignore-https-errors end-to-end testing",
|
|
"scripts": {
|
|
"dev": "vite --port 5173"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-basic-ssl": "^2.3.0",
|
|
"vite": "^8.0.3"
|
|
}
|
|
}
|