We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657ae9e commit 9edbb0fCopy full SHA for 9edbb0f
.github/workflows/cloudflare.yml
@@ -35,6 +35,9 @@ jobs:
35
36
- name: Run build
37
run: yarn build
38
+ env:
39
+ VITE_OFFICIAL_PLUGINS_SERVER_URL: ${{ secrets.VITE_OFFICIAL_PLUGINS_SERVER_URL }}
40
+ VITE_PLUGINS_RUNTIME_ENTRY_URL: ${{ secrets.VITE_PLUGINS_RUNTIME_ENTRY_URL }}
41
42
- name: Publish Titan Reactor
43
uses: cloudflare/pages-action@1
.gitignore
@@ -5,4 +5,7 @@ yarn-error.log
5
.DS_Store
6
.vscode
7
dist
8
-release
+release
9
+
10
+.env.local
11
+.env.production
0 commit comments