mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
Replace require with import in start task
This commit is contained in:
parent
3ca4adf51e
commit
28f42bab5b
@ -1,4 +1,4 @@
|
||||
const concurrently = require('concurrently');
|
||||
import concurrently from 'concurrently';
|
||||
|
||||
export const startTask = async ({ watchThemes, hot }: { watchThemes: boolean; hot: boolean }) => {
|
||||
const jobs = [];
|
||||
|
Loading…
Reference in New Issue
Block a user