feat: implementing server framework
This commit is contained in:
3
server/resources/ingredient/main.ts
Normal file
3
server/resources/ingredient/main.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { type IngredientModel } from "./IngredientModel.ts";
|
||||
export { default as IngredientCollection } from "./IngredientCollection.ts";
|
||||
export { default as IngredientResource } from "./IngredientResource.ts";
|
||||
Reference in New Issue
Block a user