3 lines
48 B
Bash
3 lines
48 B
Bash
#!/bin/bash
|
|
export PORT=4007
|
|
exec pnpm run start |
#!/bin/bash
|
|
export PORT=4007
|
|
exec pnpm run start |