dev #86

Merged
ysCha merged 10 commits from dev into dev-deploy 2025-05-30 15:48:09 +09:00
Showing only changes of commit 27e923ecd4 - Show all commits

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "env-cmd -f .env.localhost next dev",
"local:dev": "env-cmd -f .env.local.dev next dev",
"build": "env-cmd -f .env.productionnext build",
"build": "env-cmd -f .env.production next build",
"build:dev": "env-cmd -f .env.development next build",
"build:local.dev": "env-cmd -f .env.local.dev next build",
"start:cluster1": "env-cmd -f .env.production next start -p 5000",