feat: initial project prototype #2

Merged
naomi merged 14 commits from feat/init into main 2025-02-17 14:03:33 -08:00
Showing only changes of commit 95fcd549f0 - Show all commits

View File

@ -6,7 +6,7 @@
"dev": "ng dev", "dev": "ng dev",
"lint": "eslint src --max-warnings 0", "lint": "eslint src --max-warnings 0",
"build": "ng build", "build": "ng build",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadless" "test": "CHROME_BIN=/usr/bin/google-chrome ng test --no-watch --no-progress --browsers=ChromeHeadless"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {