feat(styles): add browser scss builder system
ci/woodpecker/push/woodpecker Pipeline was successful
Lint and Build Checks / Lint, Test, and Build (push) Failing after 345h51m17s

This commit is contained in:
2026-06-25 09:46:09 -05:00
parent 41e5f3182a
commit 1e9d3f0917
24 changed files with 651 additions and 55 deletions
+15 -3
View File
@@ -116,7 +116,7 @@
"runtime": "Node + Socket.IO",
"entry": "socket/server.mjs",
"devCommand": "npm run dev:toolkit",
"healthUrl": "http://127.0.0.1:5174/health",
"healthUrl": "http://127.0.0.1:5175/health",
"deployCommand": "npm run deploy:toolkit",
"deployHealthUrl": "http://bone-kingdom.tabitha.tealthrone:5174/health",
"primary": true
@@ -255,6 +255,18 @@
"fonts": "src/assets/fonts/",
"music": "src/assets/music/",
"scss": "src/assets/scss/",
"scssBuilders": [
"src/assets/scss/__variables.scss",
"src/assets/scss/__mixins.scss",
"src/assets/scss/__globals.scss",
"src/assets/scss/__scrollbars.scss",
"src/assets/scss/__typography.scss",
"src/assets/scss/__layout.scss",
"src/assets/scss/__surfaces.scss",
"src/assets/scss/__buttons.scss",
"src/assets/scss/__forms.scss",
"src/assets/scss/__toolkit.scss"
],
"favicon": "src/assets/images/favicon.svg"
},
"data": {
@@ -465,7 +477,7 @@
],
"verify": [
"npm run test -- --runInBand",
"npm run dev:toolkit and check http://127.0.0.1:5174/health"
"npm run dev:toolkit and check http://127.0.0.1:5175/health"
]
},
"mobile": {
@@ -621,7 +633,7 @@
"socketChanges": [
"npm run test -- --runInBand",
"npm run dev:toolkit",
"curl http://127.0.0.1:5174/health",
"curl http://127.0.0.1:5175/health",
"curl http://bone-kingdom.tabitha.tealthrone:5174/health"
],
"mobileChanges": ["npm run lint", "npm run test -- --runInBand"],