Commit 882a21afee0e011cefb53889a92e659cb86d45be
1 parent
f3540216
1
Showing
1 changed file
with
2 additions
and
2 deletions
Too many changes to show.
To preserve performance only 1 of 2 files are displayed.
garbage-removal/vite.config.js
| @@ -8,7 +8,7 @@ export default defineConfig({ | @@ -8,7 +8,7 @@ export default defineConfig({ | ||
| 8 | plugins: [ | 8 | plugins: [ |
| 9 | uni(), | 9 | uni(), |
| 10 | //本地环境开启https | 10 | //本地环境开启https |
| 11 | - // basicSsl() | 11 | + basicSsl() |
| 12 | ], | 12 | ], |
| 13 | resolve: { | 13 | resolve: { |
| 14 | alias: { | 14 | alias: { |
| @@ -19,6 +19,6 @@ export default defineConfig({ | @@ -19,6 +19,6 @@ export default defineConfig({ | ||
| 19 | server: { | 19 | server: { |
| 20 | port: 9000, | 20 | port: 9000, |
| 21 | //本地环境开启https | 21 | //本地环境开启https |
| 22 | - // https: true | 22 | + https: true |
| 23 | } | 23 | } |
| 24 | }) | 24 | }) |