mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-18 00:17:13 +02:00
update gh actions, move kb dir
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { existsSync, readdirSync, readFileSync } from 'fs';
|
||||
import { join } from 'path';
|
||||
|
||||
const KB_DIR = join(__dirname, '../../kb');
|
||||
const KB_DIR = join(__dirname, '../kb');
|
||||
|
||||
export interface KbDocument {
|
||||
filename: string;
|
||||
|
||||
Reference in New Issue
Block a user