feat(wa-sqlite): add mock cert, modifies npm dev command

This commit is contained in:
2026-01-01 13:11:47 -03:00
parent 0938dc861d
commit 7be44bd8f2
3 changed files with 54 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --host 0.0.0.0 --ssl true --ssl-key \"./cert/server.key\" --ssl-cert \"./cert/server.crt\"",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"