Skip to content
Snippets Groups Projects
Commit a21dc86e authored by leehuwuj's avatar leehuwuj
Browse files

update typescript start

parent 83681feb
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,11 @@
set -e
# Check if ENVIRONMENT=dev
if [ "$ENVIRONMENT" = "dev" ]; then
echo "Running Development Server"
echo "Running Development mode"
pnpm dev
else
echo "Running Production Server"
echo "Running Production mode"
pnpm build
pnpm start
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment