Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
import type { LogLevel } from '@remotion/renderer';
|
||||
export declare const setServerReadyComment: (newMessage: string) => void;
|
||||
export declare const printServerReadyComment: (prefix: string, logLevel: LogLevel) => void;
|
||||
Reference in New Issue
Block a user