Skip to content

Commit e29497a

Browse files
authored
Merge pull request #82 from FIXTradingCommunity/cloudflare/workers-autoconfig
Add Cloudflare Workers configuration
2 parents 6475f7f + 33fa5c6 commit e29497a

11 files changed

Lines changed: 2314 additions & 6 deletions

File tree

.github/workflows/npm-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: npm install
2121
- name: Build dev prod
2222
run: npm run build:prod
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: PlayList-prod
2626
path: build

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@
2020
npm-debug.log*
2121
yarn-debug.log*
2222
yarn-error.log*
23+
24+
# wrangler files
25+
.wrangler
26+
.dev.vars*
27+
!.dev.vars.example
28+
!.env.example

.idea/.gitignore

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/PlayList.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)