We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nixpacks parses deno.jsonc as json instead of jsonc.
deno.jsonc
deno.jsonc:
{ "tasks": { // This comment is valid in jsonc. "start": "dist/start" } }
% nixpacks build . Error: Error reading deno.jsonc as JSON Caused by: key must be a string at line 3 column 3
deno.jsonc should be parsed as jsonc.
nixpacks 1.28.1 on macOS 14.6.1 (23G93).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Describe the bug
Nixpacks parses
deno.jsonc
as json instead of jsonc.To reproduce
deno.jsonc
:% nixpacks build . Error: Error reading deno.jsonc as JSON Caused by: key must be a string at line 3 column 3
Expected behavior
deno.jsonc
should be parsed as jsonc.Environment
nixpacks 1.28.1 on macOS 14.6.1 (23G93).
The text was updated successfully, but these errors were encountered: