fix(build): Fix build script configuration and plugins import path

This commit is contained in:
2024-10-02 08:12:27 +02:00
parent 274bffb318
commit 63700c3754
4 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import * as plugins from '../ts/plugins.js';
import * as plugins from './plugins.js';
import { simpleInfo } from './template.js';