This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ~/.finicky.js | |
// | |
// This is the most basic Finicky configuration. | |
// It sets a default browser and has no special rules. | |
// You can build your custom setup from here. | |
const development = 'Default' | |
const professional = 'Profile 2' | |
const personal = 'Profile 1' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// path = src/types/process-env.d.ts | |
export {} | |
declare global { | |
namespace NodeJS { | |
interface ProcessEnv { | |
APP_ENV: 'local' | 'homolog' | 'production' | |
CAPTCHA_KEY: string | |
PROXY_ENABLED: 'true' | 'false' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"interactionModel": { | |
"languageModel": { | |
"invocationName": "YouTube", | |
"intents": [ | |
{ | |
"name": "AMAZON.CancelIntent", | |
"samples": [ | |
"cancela" | |
] |