Skip to content

Commit

Permalink
feat: use run time variables in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapalakshmi committed Aug 11, 2024
1 parent 8f0b4da commit 6211689
Show file tree
Hide file tree
Showing 7 changed files with 14,117 additions and 2 deletions.
3 changes: 3 additions & 0 deletions apps/workflows-dashboard/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare global {
export var env: {[key: string]: any};
}
1 change: 1 addition & 0 deletions apps/workflows-dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/public/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Workflow Dashboard</title>
<script type="text/javascript" src="/config.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 6211689

Please sign in to comment.