generated from Fascinated/nextjs-13-template-with-tailwindcss
5 lines
91 B
Bash
5 lines
91 B
Bash
|
if [ -z "$(ls -A /usr/src/app/public)" ]; then
|
||
|
echo "Directory is empty"
|
||
|
fi
|
||
|
|
||
|
node start
|