Ensure all paths are relative
Some checks failed
Publish Package / build-and-publish (push) Failing after 7s

This commit is contained in:
2026-03-19 19:51:41 +00:00
parent 35167f1853
commit 6c6a603cd8
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
export * from './lib/base.js';
export * from './lib/client.js';
export * from './lib/errors.js';
export { OwlBoardClient } from './lib/client.js';
export { ValidationError, ApiError } from './lib/errors.js';
export * from './modules/pis.js';
// Useful exports for Type Hinting
export { PisModule } from './modules/pis.js';