Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
type RemotionDetectionResult = {
|
||||
type: 'match';
|
||||
} | {
|
||||
type: 'mismatch';
|
||||
} | {
|
||||
type: 'not-remotion';
|
||||
};
|
||||
export declare const detectRemotionServer: (port: number, cwd: string) => Promise<RemotionDetectionResult>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user