Refactor Server Paradigm.
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@ export declare const log: {
|
||||
info: (msg: string, log?: any) => void;
|
||||
success: (msg: string, log?: any) => void;
|
||||
error: (msg: string | Error, log?: any) => void;
|
||||
warn: (msg: string) => void;
|
||||
warn: (msg: string, log?: any) => void;
|
||||
build: (msg: string) => void;
|
||||
watch: (msg: string) => void;
|
||||
server: (url: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user