reexport fix
This commit is contained in:
parent
4d697195e2
commit
30ff2b0712
2 changed files with 4 additions and 8 deletions
|
@ -3,3 +3,4 @@ export * from "./env-apl";
|
||||||
export * from "./file-apl";
|
export * from "./file-apl";
|
||||||
export * from "./saleor-cloud-apl";
|
export * from "./saleor-cloud-apl";
|
||||||
export * from "./upstash-apl";
|
export * from "./upstash-apl";
|
||||||
|
export * from "./redis-apl"
|
||||||
|
|
|
@ -5,11 +5,6 @@ import { createAPLDebug } from "./apl-debug";
|
||||||
|
|
||||||
const debug = createAPLDebug("UpstashAPL");
|
const debug = createAPLDebug("UpstashAPL");
|
||||||
|
|
||||||
export const UpstashAPLVariables = {
|
|
||||||
UPSTASH_TOKEN: "UPSTASH_TOKEN",
|
|
||||||
UPSTASH_URL: "UPSTASH_URL",
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Redis APL
|
* Redis APL
|
||||||
* @param redisUrl - in format redis[s]://[[username][:password]@][host][:port][/db-number],
|
* @param redisUrl - in format redis[s]://[[username][:password]@][host][:port][/db-number],
|
||||||
|
|
Loading…
Reference in a new issue