Update environment api route

This commit is contained in:
Moritz Utcke
2024-11-04 17:13:28 +11:00
parent 36ceef2729
commit d9f9f1df34
3 changed files with 11 additions and 4 deletions

View File

@@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "bun astro dev",
"build": "bun --bun astro build",
"preview": "bun --bun astro preview",
"build": "bun astro build",
"preview": "bun astro preview",
"astro": "astro",
"test:e2e": "cypress run",
"test:unit": "bun test",