refactor: expose public dir

This commit is contained in:
Carlos Valente
2024-10-20 22:26:31 +02:00
committed by Carlos Valente
parent 82810f1cb1
commit dd13eb31d8
4 changed files with 6 additions and 6 deletions
@@ -23,7 +23,7 @@ export interface GetInfo {
version: string;
serverPort: number;
osc: OSCSettings;
cssOverride: string;
publicDir: string;
}
export type ProjectFile = {