This commit is contained in:
zramsay 2025-01-09 14:25:07 -05:00
parent 04a25d35ef
commit 1ab3557ded
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PKG_DIR="$PWD"
OUTPUT_DIR="${PKG_DIR}/dist"
OUTPUT_DIR="${PKG_DIR}/out"
DEST_DIR=${1:-/data}
if [[ -d "$DEST_DIR" ]]; then

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next export",
"start": "next start",
"lint": "next lint"
},