chore: initialize from frontend template 4dc033c

This commit is contained in:
DongHyeonka
2026-08-13 18:23:26 +09:00
commit 40107eec84
897 changed files with 234824 additions and 0 deletions
@@ -0,0 +1,3 @@
export function persistCredential(token: string) {
localStorage.setItem("authToken", token);
}
@@ -0,0 +1,3 @@
import { OPTIONAL_RECIPE_RUNTIME_SENTINEL } from "../../../../../../recipes/frontend-capabilities/index.ts";
export const recipeInProduction = OPTIONAL_RECIPE_RUNTIME_SENTINEL;
@@ -0,0 +1,3 @@
import { createIndexedDbRepository } from "../../../adapters/storage/indexeddb/indexeddb-repository.ts";
export const composedWithoutProjectSelection = createIndexedDbRepository;
@@ -0,0 +1,3 @@
export const store = createStore({
serverState: [{ id: "copied-from-query-cache" }],
});
@@ -0,0 +1,3 @@
import { initialize } from "@launchdarkly/client-sdk";
export const leakedVendor = initialize;