We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1092780 commit 4bbad63Copy full SHA for 4bbad63
frontend/vite.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from 'vite'
2
import vue from '@vitejs/plugin-vue'
3
import tailwindcss from '@tailwindcss/vite'
4
import { fileURLToPath } from 'url';
5
-import fs from 'fs';
+// import fs from 'fs';
6
7
// https://vitejs.dev/config/
8
export default defineConfig({
@@ -14,10 +14,10 @@ export default defineConfig({
14
},
15
server: {
16
// TODO: Remove this
17
- https: {
18
- key: fs.readFileSync('key.pem'),
19
- cert: fs.readFileSync('cert.pem')
20
- },
+ // https: {
+ // key: fs.readFileSync('key.pem'),
+ // cert: fs.readFileSync('cert.pem')
+ // },
21
proxy: {
22
// HTTP API proxy
23
'/api': {
0 commit comments