initial project setup
Fastify + Prisma backend, React + Vite frontend, Docker deployment. Multi-board feedback platform with anonymous cookie auth, passkey upgrade path, ALTCHA spam protection, plugin system, and full privacy-first architecture.
This commit is contained in:
8
echoboard.plugins.ts
Normal file
8
echoboard.plugins.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Active plugins - import and add to the array to enable
|
||||
// Remove from array and delete the plugin directory to disable
|
||||
|
||||
// import { giteaPlugin } from './plugins/gitea/src/index.js';
|
||||
|
||||
export const plugins: unknown[] = [
|
||||
// giteaPlugin,
|
||||
];
|
||||
Reference in New Issue
Block a user