From 92fe82ab6ac76b34bf7f84e7eddca9228d511854 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 13 Jan 2024 16:09:58 -0500 Subject: [PATCH] fix(ags wim): fix path to utils --- devices/wim/config/ags/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/wim/config/ags/config.js b/devices/wim/config/ags/config.js index 4397ab0..783ca5c 100644 --- a/devices/wim/config/ags/config.js +++ b/devices/wim/config/ags/config.js @@ -1,4 +1,4 @@ -import { watchAndCompileSass, transpileTypeScript } from 'js/utils'; +import { watchAndCompileSass, transpileTypeScript } from './js/utils.js'; watchAndCompileSass(); export default (await import(await transpileTypeScript())).default;