9 lines
131 B
Bash
9 lines
131 B
Bash
#!/bin/sh
|
|
|
|
export HUSKY=0
|
|
export HUSKY_SKIP_INSTALL=1
|
|
export NODE_PATH=/app/node_modules
|
|
|
|
npm run serve -- --port "${PORT:-3000}"
|
|
|