fix(core): update

This commit is contained in:
2023-08-03 19:22:34 +02:00
parent 1664eee3fe
commit a12418ba9c
18 changed files with 2670 additions and 27032 deletions

View File

@@ -1,7 +1,7 @@
import * as plugins from './npmextra.plugins';
import * as paths from './npmextra.paths';
import * as plugins from './npmextra.plugins.js';
import * as paths from './npmextra.paths.js';
import { Task } from '@pushrocks/taskbuffer';
import { Task } from '@push.rocks/taskbuffer';
export type TKeyValueStore = 'path' | 'gitProject' | 'custom';