4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/bash
|
|
export PORT=4002 # ← 加这一行(或改成你想要的端口)
|
|
exec npm run start
|
#!/bin/bash
|
|
export PORT=4002 # ← 加这一行(或改成你想要的端口)
|
|
exec npm run start
|