Image finally builds. Not perfect though

This commit is contained in:
2026-03-20 19:46:30 -05:00
parent 60dc57ddf7
commit 0ecf6238de
6 changed files with 7 additions and 8 deletions

View File

@@ -4,7 +4,8 @@
"type": "module",
"private": true,
"scripts": {
"build": "bun with-env next build",
"build": "bun 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",
"dev:tunnel": "bun with-env next dev --turbo",