Closed msm1227 closed 1 month ago
eleventy.cjs
is not a default config file name so I’m guessing you need this
"eleventy": "npx @11ty/eleventy --serve --config=eleventy.cjs",
- "debug": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
+ "debug": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy --config=eleventy.cjs",
This is an automated message to let you know that a helpful response was posted to your issue and for the health of the repository issue tracker the issue will be closed. This is to help alleviate issues hanging open waiting for a response from the original poster.
If the response works to solve your problem—great! But if you’re still having problems, do not let the issue’s closing deter you if you have additional questions! Post another comment and we will reopen the issue. Thanks!
Operating system
macOS Sonoma Version 14.5
Eleventy
2.0.1
Describe the bug
I am trying to start the process of speeding up my build time so want to run debug. In my package.json I have
When I run that I get the following error:
In my eleventy.cjs file I have:
Here is a screenshot of my directory structure (eleventy.cjs and package.json are in the root directory with src):
Thanks!
Reproduction steps
No response
Expected behavior
No response
Reproduction URL
No response
Screenshots
No response