Merge pull request #54 from SELab-2/feat/leerpad-object-routes
Feat/leerpad object routes
This commit is contained in:
		
						commit
						a0c9d8ffc1
					
				
					 14 changed files with 697 additions and 26 deletions
				
			
		|  | @ -14,10 +14,12 @@ | |||
|         "test:unit": "vitest" | ||||
|     }, | ||||
|     "dependencies": { | ||||
|         "@mikro-orm/core": "6.4.6", | ||||
|         "@mikro-orm/postgresql": "6.4.6", | ||||
|         "@mikro-orm/core": "^6.4.6", | ||||
|         "@mikro-orm/postgresql": "^6.4.6", | ||||
|         "@mikro-orm/reflection": "^6.4.6", | ||||
|         "@types/js-yaml": "^4.0.9", | ||||
|         "axios": "^1.8.1", | ||||
|         "@mikro-orm/sqlite": "6.4.6", | ||||
|         "@mikro-orm/reflection": "6.4.6", | ||||
|         "dotenv": "^16.4.7", | ||||
|         "express": "^5.0.1", | ||||
|         "uuid": "^11.1.0", | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl