Skip to content

Commit

Permalink
Merge pull request #66 from KUIT-Space/revert-64-YangJJune-patch-1
Browse files Browse the repository at this point in the history
Revert "Update vite.config.ts"
  • Loading branch information
YangJJune authored Aug 15, 2024
2 parents ba92b7b + 4153699 commit 2c24c65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default defineConfig({
base: "/KUIT-Space-front/",
server: {
https: {
key: fs.readFileSync("localhost-key.pem"),
cert: fs.readFileSync("localhost.pem"),
},
proxy: {
"/api": {
Expand Down

0 comments on commit 2c24c65

Please sign in to comment.