feat: add unsubscribe functionality for push notifications and update key/cert file paths
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m39s

This commit is contained in:
2026-04-20 15:41:28 -04:00
parent b529ddaa02
commit ee16b49020
4 changed files with 63 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ export default defineConfig(({ mode }) => {
server: {
host: '0.0.0.0',
https: {
key: fs.readFileSync('./192.168.1.102+1-key.pem'),
cert: fs.readFileSync('./192.168.1.102+1.pem'),
key: fs.readFileSync('./key.pem'),
cert: fs.readFileSync('./cert.pem'),
},
proxy: {
'/api': {