Commit 28f42bab by Dominik Prokop

Replace require with import in start task

parent 3ca4adf5
const concurrently = require('concurrently');
import concurrently from 'concurrently';
export const startTask = async ({ watchThemes, hot }: { watchThemes: boolean; hot: boolean }) => {
const jobs = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment