fixed build libs

This commit is contained in:
Boki 2025-06-25 08:29:53 -04:00
parent b03231b849
commit 42baadae38
26 changed files with 981 additions and 541 deletions

View file

@ -1,5 +1,5 @@
import { afterEach, beforeEach, describe, expect, it, mock } from 'bun:test';
import { Shutdown } from './shutdown';
import { Shutdown } from '../src/shutdown';
describe('Shutdown', () => {
let shutdown: Shutdown;