Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(config): setup testing configuration and add first test #653

Merged
merged 17 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
add rollup linux x64 gnu
DanneelsSophie committed Jan 22, 2025
commit 3d5bc24b61a8a243c9d3fd270595f0e162140382
268 changes: 268 additions & 0 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -21,5 +21,8 @@
"rimraf": "6.0.1",
"turbo": "2.3.3"
},
"packageManager": "npm@11.0.0"
"packageManager": "npm@11.0.0",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.31.0"
}
}
Loading