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