feat(L07): add Git rebase and conflicts card
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "mpabi-inf-console-bash-07-git-branching-2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "node scripts/card_dev.mjs",
|
||||
"serve": "node scripts/card_server.mjs",
|
||||
"report": "node scripts/export_lesson_report.mjs",
|
||||
"test": "node --test tests/*.test.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/websocket": "^11.3.0",
|
||||
"@msgpack/msgpack": "^3.1.3",
|
||||
"fastify": "^5.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user