- minor: add checks for public dir & env vars - feat: `deno compile` support - fix: use .default ver of room as backup with moveTo event to prevent server crashes - style: restructure all code into a /src/ folder - style: deno format - style: update README and package.json - feat: clean up dependencies & use Deno.serve instead of Hono - feat: "Today in 2019/2020/2021" party switcher - minor: --port CLI config - fix: API responding parties in incorrect format
50 lines
875 B
JSON
50 lines
875 B
JSON
{
|
|
"default": {
|
|
"start": null,
|
|
"end": null
|
|
},
|
|
"easter2019": {
|
|
"start": "04-18-2019",
|
|
"end": "04-28-2019"
|
|
},
|
|
"halloween2019": {
|
|
"start": "10-20-2019",
|
|
"end": "11-06-2019"
|
|
},
|
|
"christmas2019": {
|
|
"start": "12-05-2019",
|
|
"end": "01-05-2020"
|
|
},
|
|
"lucky2020": {
|
|
"start": "03-11-2020",
|
|
"end": "04-01-2020"
|
|
},
|
|
"easter2020": {
|
|
"start": "04-10-2020",
|
|
"end": "04-19-2020"
|
|
},
|
|
"grad2020": {
|
|
"start": "06-03-2020",
|
|
"end": "06-20-2020"
|
|
},
|
|
"summer2020": {
|
|
"start": "07-15-2020",
|
|
"end": "08-16-2020"
|
|
},
|
|
"space": {
|
|
"start": "08-16-2020",
|
|
"end": "09-04-2020"
|
|
},
|
|
"halloween2020": {
|
|
"start": "10-07-2020",
|
|
"end": "11-08-2020"
|
|
},
|
|
"christmas2020": {
|
|
"start": "12-02-2020",
|
|
"end": "01-01-2021"
|
|
},
|
|
"fools2021": {
|
|
"start": "03-30-2021",
|
|
"end": "04-02-2021"
|
|
}
|
|
}
|