Read ssl cert and key for https from .env file
This commit is contained in:
parent
d17ba9f735
commit
df4e3a97c0
5 changed files with 20 additions and 11 deletions
|
@ -10,9 +10,11 @@
|
|||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
||||
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"types": ["node"]
|
||||
"types": [
|
||||
"node",
|
||||
"vite/client"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue