Skip to content
Open
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
},
"files.associations": {
"*.css": "tailwindcss"
},
"yaml.schemas": {
"https://www.artillery.io/schema.json": "tests/load/*.yml"
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"check": "svelte-kit sync && svelte-check --fail-on-warnings",
"format": "prettier --check \"**/*.{svelte,js,ts,md,html,css,json,yaml}\"",
"lint": "eslint \"**/*.{svelte,js,ts}\"",
"prepare": "svelte-kit sync || echo '' && node \"./.husky/install.js\""
"prepare": "svelte-kit sync || echo '' && node \"./.husky/install.js\"",
"load:test": "artillery run tests/load/load-test.yml -o tests/load/report.json"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1000.0",
Expand All @@ -40,6 +41,7 @@
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.10.1",
"@vitest/coverage-v8": "3.1.4",
"artillery": "^2.0.30",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this from dependencies cause we not gonna use this in our actual production app. likelihood will need to shift to a monorepo style of doing things, or have this in devDependencies then when running load test can install the whole bunch instead

"date-fns": "^4.1.0",
"dompurify": "^3.2.7",
"dotenv": "^17.2.2",
Expand Down
Loading
Loading