All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 3m11s
6 lines
332 B
JavaScript
6 lines
332 B
JavaScript
// Source scripts default to slash commands. The provider build replaces only
|
|
// this exact declaration, avoiding heuristic rewrites across executable code.
|
|
export const IMPECCABLE_COMMAND_PREFIX = "/";
|
|
export const IMPECCABLE_PROVIDER_ID = "antigravity";
|
|
export const IMPECCABLE_COMMAND = `${IMPECCABLE_COMMAND_PREFIX}impeccable`;
|