Migrate to version 2 of nodes.json and start adding tests

This commit is contained in:
baldo 2020-06-30 01:10:18 +02:00
parent 8e7b02e56d
commit fb87695b3e
23 changed files with 7352 additions and 1228 deletions
server/types

View file

@ -1,3 +1,6 @@
export * from "./config";
export * from "./logger";
// TODO: Token type.
export type Token = string;
export type FastdKey = string;