Skip to content

Commit

Permalink
chore(playground): set app name from env
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 23, 2023
1 parent c189149 commit 2f41a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dotenv.config();

//@ts-ignore
const { contextStore, storageModule } = storage({
app: "app0",
app: process.env.APP_NAME || "default",

storageOptions: {
//@ts-ignore
Expand Down

0 comments on commit 2f41a8b

Please sign in to comment.