Staging env file and prefix title with [DEV] while in staging

This commit is contained in:
2025-08-26 19:50:45 +02:00
parent d160e6d1ca
commit 975aafa8b9
5 changed files with 16 additions and 3 deletions

View File

@ -6,6 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro check && astro build",
"staging": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro check && astro build --mode staging",
"preview": "astro preview",
"astro": "astro",
"type-check": "astro check",