mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Replace require with import in start task
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const concurrently = require('concurrently');
|
import concurrently from 'concurrently';
|
||||||
|
|
||||||
export const startTask = async ({ watchThemes, hot }: { watchThemes: boolean; hot: boolean }) => {
|
export const startTask = async ({ watchThemes, hot }: { watchThemes: boolean; hot: boolean }) => {
|
||||||
const jobs = [];
|
const jobs = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user