Sha256: cfe222e65247b77a4f77187e65d9a219f257169f39f63044979e6642fb96c161

Contents?: true

Size: 233 Bytes

Versions: 4

Compression:

Stored size: 233 Bytes

Contents

#!/usr/bin/env bash

set -e

if which overmind >/dev/null; then
  overmind start -f Procfile.dev
else
  echo "Install overmind or modify exe/dev to use a different Procfile launcher."
  echo "https://github.com/DarthSim/overmind"
fi

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-vite-3.0.4 templates/exe/dev
jekyll-vite-3.0.3 templates/exe/dev
jekyll-vite-3.0.2 templates/exe/dev
jekyll-vite-3.0.1 templates/exe/dev