Files
2026-06-25 08:39:47 +08:00

6 lines
124 B
Bash

#!/bin/bash
DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$DIR"
cp .env.production .env.local 2>/dev/null
npx next start -p 3000