Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

# Copilot
COPILOT_API_KEY=test-copilot-api-key
# Assembly SDK authorizes with the workspace-scoped key only in these env modes.
COPILOT_ENV=local

# Xero OAuth app
XERO_CLIENT_ID=test-xero-client-id
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@assembly-js/node-sdk": "^4.2.2",
"@sentry/nextjs": "^10.29.0",
"@types/deep-equal": "^1.0.4",
"@types/html-to-text": "^9.0.4",
"bottleneck": "^2.19.5",
"copilot-design-system": "^2.2.3",
"copilot-node-sdk": "^3.16.0",
"dayjs": "^1.11.19",
"deep-equal": "^2.2.3",
"dotenv": "^17.2.1",
Expand Down
Loading
Loading