File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 11import type { Event } from '../modules/event/types' ;
22import {
3+ adaTechSchool ,
34 axopen ,
45 bedrock ,
56 CBTW ,
@@ -16,6 +17,15 @@ import {
1617} from './sponsors' ;
1718
1819export const dataOverride : { [ key : string ] : Partial < Event > } = {
20+ 'https://www.meetup.com/lyonjs/events/310652398' : {
21+ sponsor : shodo ,
22+ } ,
23+ 'https://www.meetup.com/lyonjs/events/310653880' : {
24+ sponsor : adaTechSchool ,
25+ } ,
26+ 'https://www.meetup.com/lyonjs/events/308433948' : {
27+ sponsor : adaTechSchool ,
28+ } ,
1929 'https://www.meetup.com/lyonjs/events/308003912' : {
2030 sponsor : bedrock ,
2131 talks : [
Original file line number Diff line number Diff line change @@ -81,4 +81,22 @@ export const schedule: Schedule[] = [
8181 {
8282 date : '12/10/2025' ,
8383 } ,
84+ {
85+ date : '01/14/2025' ,
86+ } ,
87+ {
88+ date : '02/11/2025' ,
89+ } ,
90+ {
91+ date : '03/11/2025' ,
92+ } ,
93+ {
94+ date : '04/11/2025' ,
95+ } ,
96+ {
97+ date : '05/15/2025' ,
98+ } ,
99+ {
100+ date : '06/13/2025' ,
101+ } ,
84102] ;
You can’t perform that action at this time.
0 commit comments