Skip to content

Commit b05c167

Browse files
committed
updated vite notes.
defn works for gh pages now
1 parent 564452d commit b05c167

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/deploy/ghPagesDeploy.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import {spawnExecCmd} from "##/dev/node-fs-utils-dev/SpawnCmd.mjs";
22

33
/**
44
* 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
57
* pnpm install gh-pages -D
68
* https://yarnpkg.com/package/gh-pages
79
*

vite.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* Apparently this messes with the build....
33
* this might be deprecated to v0.
4+
* todo document / fix the build-rollup:vite / :pkg
45
*/
56
// Utilities
67
import { defineConfig } from 'vite'

0 commit comments

Comments
 (0)