#!/usr/bin/env bash

fin project rm -f
rm -vf ${PROJECT_ROOT}/lf/config.php
rm -vrf ${PROJECT_ROOT}/lf/{apps,skins,plugins}/*
fin project start
