Move plugins to express-twtkpr-core-plugins package

Add plugin structure
Fix stale cache after posting
Update to v0.9.0
This commit is contained in:
2026-05-12 23:43:26 -04:00
parent 298f267742
commit 8658a14200
103 changed files with 1632 additions and 1996 deletions

View File

@@ -4,6 +4,7 @@ export declare const env: {
TWTKPR_REFRESH_SECRET: string;
TWTKPR_ACCESS_SECRET: string;
TWTKPR_DEFAULT_ROUTE: string;
TWTKPR_PLUGIN_ROUTE: string;
TWTKPR_PRIVATE_DIRECTORY: string;
TWTKPR_PUBLIC_DIRECTORY: string;
TWTKPR_QUERY_PARAMETER_APP: string;