Ionian.
content reader.
monoid
58adb46323
This commit adds a new component called BuildInfoCard. The BuildInfoCard component displays information about the build, including the Git branch, Git hash, build time, and build version. It is used in the SettingPage component. The packages/client/vite.config.ts file is modified to define environment variables for the build information. The __BUILD_TIME__, __BUILD_VERSION__, __GIT_BRANCH__, and __GIT_HASH__ variables are defined using functions that retrieve the current build time, build version, Git branch, and Git hash respectively. This commit introduces new functionality and improves the user experience by providing build information in the application. |
||
---|---|---|
packages | ||
.gitignore | ||
.npmrc | ||
biome.jsonc | ||
deno.lock | ||
LICENSE.md | ||
package.json | ||
plan.md | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md |
Ionian
Content File Management Program. For study about nodejs, typescript and react.
deployment
pnpm run app:build
test
$ pnpm run app
server build
$ pnpm run compile
client build
$ pnpm run build
License
MIT License