We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564452d commit b05c167Copy full SHA for b05c167
lib/deploy/ghPagesDeploy.mjs
@@ -2,6 +2,8 @@ import {spawnExecCmd} from "##/dev/node-fs-utils-dev/SpawnCmd.mjs";
2
3
/**
4
* fixme... this is from the nuxt dayhs note vite
5
+ * need to fix / clean this up / make a gist / append with workspace and *
6
+ * maybe cross-env? or dotenv
7
* pnpm install gh-pages -D
8
* https://yarnpkg.com/package/gh-pages
9
*
vite.config.mjs
@@ -1,6 +1,7 @@
1
* Apparently this messes with the build....
* this might be deprecated to v0.
+ * todo document / fix the build-rollup:vite / :pkg
*/
// Utilities
import { defineConfig } from 'vite'
0 commit comments