@@ -17,7 +17,10 @@ import type {
1717 WeareweLinks ,
1818 MekahumanLinks ,
1919 GameLinks ,
20- PermaswapLinks
20+ PermaswapLinks ,
21+ ForwardResearchLinks ,
22+ VentoLinks ,
23+ BeaconLinks
2124} from './types' ;
2225
2326// Import project links
@@ -34,6 +37,9 @@ import { WEAREWE_LINKS } from './projects/wearewe';
3437import { MEKAHUMAN_LINKS } from './projects/mekahuman' ;
3538import { GAME_LINKS } from './projects/game' ;
3639import { PERMASWAP_LINKS } from './projects/permaswap' ;
40+ import { FORWARDRESEARCH_LINKS } from './projects/forwardresearch' ;
41+ import { VENTO_LINKS } from './projects/vento' ;
42+ import { BEACON_LINKS } from './projects/beacon' ;
3743
3844// Export project links with their specific types
3945export const ARCAO : ArcaoLinks = ARCAO_LINKS ;
@@ -48,7 +54,10 @@ export const BAZAR: BazarLinks = BAZAR_Links;
4854export const WANDER : WanderLinks = WANDER_LINKS ;
4955export const WEAREWE : WeareweLinks = WEAREWE_LINKS ;
5056export const MEKAHUMAN : MekahumanLinks = MEKAHUMAN_LINKS ;
51- export const GAME : GameLinks = GAME_LINKS
57+ export const GAME : GameLinks = GAME_LINKS ;
58+ export const FORWARDRESEARCH : ForwardResearchLinks = FORWARDRESEARCH_LINKS ;
59+ export const VENTO : VentoLinks = VENTO_LINKS ;
60+ export const BEACON : BeaconLinks = BEACON_LINKS ;
5261
5362// Export all projects in a single object
5463export const PROJECTS = {
@@ -64,7 +73,10 @@ export const PROJECTS = {
6473 WEAREWE ,
6574 MEKAHUMAN ,
6675 GAME ,
67- PERMASWAP
76+ PERMASWAP ,
77+ FORWARDRESEARCH ,
78+ VENTO ,
79+ BEACON
6880} as const ;
6981
7082// Export types and constants
@@ -81,6 +93,9 @@ export type {
8193 WeareweLinks ,
8294 MekahumanLinks ,
8395 GameLinks ,
84- PermaswapLinks
96+ PermaswapLinks ,
97+ ForwardResearchLinks ,
98+ VentoLinks ,
99+ BeaconLinks
85100} from './types' ;
86101export * from './constants' ;
0 commit comments