Serve installers from website domain

This commit is contained in:
Advait Paliwal
2026-03-24 12:15:30 -07:00
parent ee9eb3a053
commit 3922423ad0
6 changed files with 310 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build": "node ../scripts/sync-website-installers.mjs && astro build",
"preview": "astro preview"
},
"dependencies": {