Merged in feat/sw-2781-partner-sas-site-setup (pull request #2432)

feat(SW-2781): Setup SAS partner site

* Add boilerplate for SAS partner site

* Fonts

* netlify.toml


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-06-26 13:45:15 +00:00
parent e572d9e7e9
commit 133f7b3d75
92 changed files with 72046 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"dev": "turbo run dev --output-logs new-only",
"dev:web": "turbo run dev --filter=@scandic-hotels/scandic-web --output-logs new-only",
"dev:ds": "turbo run dev --filter=@scandic-hotels/design-system --output-logs new-only",
"dev:sas": "turbo run dev --filter=@scandic-hotels/partner-sas --output-logs new-only",
"test": "turbo run test",
"postinstall": "husky",
"icons:update": "node scripts/material-symbols-update.mjs",