mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-05-06 22:02:27 +08:00
chore: cloudflare workers
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -3,7 +3,7 @@ name: Deploy to Cloudflare
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- refacor/tanstack-start
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -42,3 +42,4 @@ src/routeTree.gen.ts
|
||||
|
||||
.history
|
||||
.agent
|
||||
.tanstack
|
||||
@@ -1,4 +1,7 @@
|
||||
name = "sorafm"
|
||||
compatibility_date = "2024-09-23"
|
||||
name = "magic-resume"
|
||||
main = "dist/server/server.js"
|
||||
compatibility_date = "2025-12-01"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
pages_build_output_dir = ".vercel/output/static"
|
||||
|
||||
[assets]
|
||||
directory = "dist/client"
|
||||
|
||||
Reference in New Issue
Block a user