2018-02-02 22:09:12 -05:00

14 lines
226 B
JavaScript

import {startServer} from '../server';
import {scripts} from './scripts';
import {styles} from './styles';
import {views} from './views';
const tasks = {
startServer,
scripts,
styles,
views,
};
export default tasks;