Ionian. content reader.
Go to file
monoid 58adb46323 feat: Add BuildInfoCard component
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.
2024-10-13 01:40:01 +09:00
packages feat: Add BuildInfoCard component 2024-10-13 01:40:01 +09:00
.gitignore chore: .gitignore and package.json 2024-09-28 23:52:55 +09:00
.npmrc BREAKING!: update libraries 2024-10-07 01:14:42 +09:00
biome.jsonc BREAKING: Rework (#6) 2024-04-17 01:45:36 +09:00
deno.lock [BREAKING!]: 서버 재작업 (#16) 2024-10-09 00:18:56 +09:00
LICENSE.md add: dprint fmt 2023-06-01 14:18:53 +09:00
package.json chore: update dependency 2024-10-08 02:11:21 +09:00
plan.md add: dprint fmt 2023-06-01 14:18:53 +09:00
pnpm-lock.yaml [BREAKING!]: 서버 재작업 (#16) 2024-10-09 00:18:56 +09:00
pnpm-workspace.yaml BREAKING: Rework (#6) 2024-04-17 01:45:36 +09:00
README.md add: dprint fmt 2023-06-01 14:18:53 +09:00

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