Tidy up package.json

This commit is contained in:
2026-02-21 00:10:41 +00:00
parent 4059082416
commit 4f13309cdc
2 changed files with 17 additions and 2 deletions

11
src/app.d.ts vendored Normal file
View File

@@ -0,0 +1,11 @@
import { OwlBoardClient } from "./lib/client";
declare global {
namespace App {
interface Locals {
api: OwlBoardClient;
}
}
}
export {};