Trying to get stuff working

This commit is contained in:
2026-03-21 16:22:46 -05:00
parent 07dc8d7976
commit 1e61e34fb8
3 changed files with 4 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"build": "bun next build",
"build": "bun with-env next build",
"build:env": "bun with-env next build",
"clean": "git clean -xdf .cache .next .turbo node_modules",
"dev": "bun with-env next dev --turbo",