prev-cli 0.24.2 → 0.24.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +2 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -882,6 +882,8 @@ async function createViteConfig(options) {
882
882
  base: base || "/",
883
883
  customLogger: createFriendlyLogger(),
884
884
  logLevel: mode === "production" ? "silent" : "info",
885
+ envDir: cliRoot2,
886
+ envPrefix: "PREV_",
885
887
  plugins: [
886
888
  mdx({
887
889
  remarkPlugins: [remarkGfm],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prev-cli",
3
- "version": "0.24.2",
3
+ "version": "0.24.3",
4
4
  "description": "Transform MDX directories into beautiful documentation websites",
5
5
  "type": "module",
6
6
  "license": "MIT",