chore: initialize from frontend template 4dc033c
This commit is contained in:
+3
@@ -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;
|
||||
+3
@@ -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" }],
|
||||
});
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import { initialize } from "@launchdarkly/client-sdk";
|
||||
|
||||
export const leakedVendor = initialize;
|
||||
Reference in New Issue
Block a user