chore: remove build script from video package
This commit is contained in:
parent
67fa89b1fe
commit
8ecce4eea4
3 changed files with 169 additions and 170 deletions
2
apps/web/next-env.d.ts
vendored
2
apps/web/next-env.d.ts
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
import "./.next/dev/types/routes.d.ts";
|
||||
import "./.next/types/routes.d.ts";
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
|
|
|
|||
|
|
@ -227,173 +227,6 @@
|
|||
"update.js"
|
||||
]
|
||||
},
|
||||
"auth:login": {
|
||||
"aliases": [],
|
||||
"args": {
|
||||
"key": {
|
||||
"description": "API key (alternative to --api-key flag)",
|
||||
"name": "key",
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"description": "Authenticate with TPMJS",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %> --api-key tpm_xxxxx",
|
||||
"<%= config.bin %> <%= command.id %> --browser"
|
||||
],
|
||||
"flags": {
|
||||
"api-key": {
|
||||
"char": "k",
|
||||
"description": "API key (or set TPMJS_API_KEY environment variable)",
|
||||
"name": "api-key",
|
||||
"hasDynamicHelp": false,
|
||||
"multiple": false,
|
||||
"type": "option"
|
||||
},
|
||||
"browser": {
|
||||
"char": "b",
|
||||
"description": "Open browser for OAuth authentication",
|
||||
"name": "browser",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"verbose": {
|
||||
"char": "v",
|
||||
"description": "Show verbose output",
|
||||
"name": "verbose",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:login",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"login.js"
|
||||
]
|
||||
},
|
||||
"auth:logout": {
|
||||
"aliases": [],
|
||||
"args": {},
|
||||
"description": "Log out from TPMJS",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %>"
|
||||
],
|
||||
"flags": {
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:logout",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"logout.js"
|
||||
]
|
||||
},
|
||||
"auth:status": {
|
||||
"aliases": [],
|
||||
"args": {},
|
||||
"description": "Show authentication status",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %>"
|
||||
],
|
||||
"flags": {
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"verbose": {
|
||||
"char": "v",
|
||||
"description": "Show verbose output",
|
||||
"name": "verbose",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:status",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"status.js"
|
||||
]
|
||||
},
|
||||
"auth:whoami": {
|
||||
"aliases": [],
|
||||
"args": {},
|
||||
"description": "Show current user information",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %>"
|
||||
],
|
||||
"flags": {
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"verbose": {
|
||||
"char": "v",
|
||||
"description": "Show verbose output",
|
||||
"name": "verbose",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:whoami",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"whoami.js"
|
||||
]
|
||||
},
|
||||
"agent:chat": {
|
||||
"aliases": [],
|
||||
"args": {
|
||||
|
|
@ -792,6 +625,173 @@
|
|||
"update.js"
|
||||
]
|
||||
},
|
||||
"auth:login": {
|
||||
"aliases": [],
|
||||
"args": {
|
||||
"key": {
|
||||
"description": "API key (alternative to --api-key flag)",
|
||||
"name": "key",
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"description": "Authenticate with TPMJS",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %> --api-key tpm_xxxxx",
|
||||
"<%= config.bin %> <%= command.id %> --browser"
|
||||
],
|
||||
"flags": {
|
||||
"api-key": {
|
||||
"char": "k",
|
||||
"description": "API key (or set TPMJS_API_KEY environment variable)",
|
||||
"name": "api-key",
|
||||
"hasDynamicHelp": false,
|
||||
"multiple": false,
|
||||
"type": "option"
|
||||
},
|
||||
"browser": {
|
||||
"char": "b",
|
||||
"description": "Open browser for OAuth authentication",
|
||||
"name": "browser",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"verbose": {
|
||||
"char": "v",
|
||||
"description": "Show verbose output",
|
||||
"name": "verbose",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:login",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"login.js"
|
||||
]
|
||||
},
|
||||
"auth:logout": {
|
||||
"aliases": [],
|
||||
"args": {},
|
||||
"description": "Log out from TPMJS",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %>"
|
||||
],
|
||||
"flags": {
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:logout",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"logout.js"
|
||||
]
|
||||
},
|
||||
"auth:status": {
|
||||
"aliases": [],
|
||||
"args": {},
|
||||
"description": "Show authentication status",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %>"
|
||||
],
|
||||
"flags": {
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"verbose": {
|
||||
"char": "v",
|
||||
"description": "Show verbose output",
|
||||
"name": "verbose",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:status",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"status.js"
|
||||
]
|
||||
},
|
||||
"auth:whoami": {
|
||||
"aliases": [],
|
||||
"args": {},
|
||||
"description": "Show current user information",
|
||||
"examples": [
|
||||
"<%= config.bin %> <%= command.id %>"
|
||||
],
|
||||
"flags": {
|
||||
"json": {
|
||||
"description": "Output in JSON format",
|
||||
"name": "json",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"verbose": {
|
||||
"char": "v",
|
||||
"description": "Show verbose output",
|
||||
"name": "verbose",
|
||||
"allowNo": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"hasDynamicHelp": false,
|
||||
"hiddenAliases": [],
|
||||
"id": "auth:whoami",
|
||||
"pluginAlias": "@tpmjs/cli",
|
||||
"pluginName": "@tpmjs/cli",
|
||||
"pluginType": "core",
|
||||
"strict": true,
|
||||
"enableJsonFlag": false,
|
||||
"isESM": true,
|
||||
"relativePath": [
|
||||
"dist",
|
||||
"commands",
|
||||
"auth",
|
||||
"whoami.js"
|
||||
]
|
||||
},
|
||||
"collection:add": {
|
||||
"aliases": [],
|
||||
"args": {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@
|
|||
"description": "Marketing videos for TPMJS",
|
||||
"scripts": {
|
||||
"dev": "remotion studio",
|
||||
"build": "remotion render MarketingVideo out/marketing-video.mp4",
|
||||
"render": "remotion render",
|
||||
"render": "remotion render MarketingVideo out/marketing-video.mp4",
|
||||
"upgrade": "remotion upgrade"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue