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;