-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #603 from dzcode-io/cloudflare-redirect
fix: Cloudflare 404 redirect
- Loading branch information
Showing
4 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ | |
"build:watch": "lerna run build:alone:watch [email protected]/web --include-dependencies --parallel", | ||
"bundle": "npm run build && npm run bundle:alone", | ||
"bundle:alone": "cross-env NODE_ENV=production rsbuild build", | ||
"bundle:preview": "rsbuild preview", | ||
"bundle:doctor": "RSDOCTOR=true rsbuild build", | ||
"clean": "lerna run clean:alone [email protected]/web --include-dependencies --stream", | ||
"clean:alone": "rimraf dist coverage bundle node_modules/.cache && rimraf ./cloudflare/public", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters