feat: 기능 추가 과정중
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { OPTIONAL_RECIPE_RUNTIME_SENTINEL } from "../../../../../../recipes/frontend-capabilities/index.js";
|
||||
import { OPTIONAL_RECIPE_RUNTIME_SENTINEL } from "../../../../../../recipes/frontend-capabilities/index.ts";
|
||||
|
||||
export const recipeInProduction = OPTIONAL_RECIPE_RUNTIME_SENTINEL;
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import { createIndexedDbRepository } from "../../../adapters/storage/indexeddb/indexeddb-repository.ts";
|
||||
|
||||
export const composedWithoutProjectSelection = createIndexedDbRepository;
|
||||
Reference in New Issue
Block a user