4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/bash
|
|
export PORT=4006
|
|
exec npm run start
|
#!/bin/bash
|
|
export PORT=4006
|
|
exec npm run start
|