| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Here are some automated review suggestions for this pull request.
Reviewed commit: 9ba5a9881a
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Sorry, something went wrong.
| Node.js can use linked or inline maps to report `.res` locations in stack traces: | ||
|
|
||
| ```sh | ||
| node --enable-source-maps ./src/Main.mjs |
There was a problem hiding this comment.
Use the generated .res.mjs filename in the Node command
For projects created from the documented basic template, a Main.res module is emitted as Main.res.mjs (the installation guide likewise runs src/Demo.res.mjs), so this command targets a nonexistent file and exits before demonstrating source-map support. Use ./src/Main.res.mjs, or explicitly state that Main.mjs assumes a custom "suffix": ".mjs" configuration.
Useful? React with 👍 / 👎.
Sorry, something went wrong.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
guide | a635ed6 | Commit Preview URL Branch Preview URL |
Aug 25 2026, 04:19 PM |
Sorry, something went wrong.
|
Super cool. I am inclined to merge this already (please fix just the small note that codex found). |
Sorry, something went wrong.
Guide Cloudflare deployment⛅️ wrangler 4.114.0 To deploy this version to production traffic use the command wrangler versions deploy Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy |
Sorry, something went wrong.
fixed a635ed6 I agree. I’ll work on @rescript/vite-plugin first, and I think it would be better to merge this PR once the plugin is available. I’ll follow up here when it’s published. |
Sorry, something went wrong.
Cloudflare deploymentDeployement ID: 709e325e-c189-44b8-bea0-19fc9708f99d ⛅️ wrangler 4.114.0 ✨ Uploading _redirects |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary