首次提交
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
cd "$DIR"
|
||||
cp .env.production .env.local 2>/dev/null
|
||||
npx next start -p 3000
|
||||
Reference in New Issue
Block a user