3e3361ddbc
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
9 lines
88 B
Bash
Executable File
9 lines
88 B
Bash
Executable File
#! /usr/bin/bash
|
|
|
|
if [ -s dist ]; then
|
|
cd dist
|
|
node server.js
|
|
else
|
|
./build
|
|
$0
|
|
fi |