No description
Find a file
2025-11-29 21:43:20 +08:00
assets update README 2025-11-29 17:13:12 +08:00
src remove data-sveltekit-reload 2025-11-29 21:43:20 +08:00
static update 2025-11-29 17:13:11 +08:00
.gitignore update 2025-11-29 17:13:11 +08:00
.npmrc update 2025-11-29 17:13:11 +08:00
.prettierignore update 2025-11-29 17:13:11 +08:00
.prettierrc refactor and add style 2025-11-29 17:13:12 +08:00
eslint.config.js refactor and add style 2025-11-29 17:13:12 +08:00
LICENSE Initial commit 2025-11-29 17:11:16 +08:00
package.json refactor 2025-11-29 17:13:12 +08:00
pnpm-lock.yaml refactor 2025-11-29 17:13:12 +08:00
README.md update README 2025-11-29 17:13:12 +08:00
svelte.config.js use node instead bun for fixing better-sqlite runtime error 2025-11-29 17:13:12 +08:00
tsconfig.json refactor and add style 2025-11-29 17:13:12 +08:00
vite.config.ts refactor 2025-11-29 17:13:12 +08:00

安裝

pnpm install

如果遇到better-sqlite3問題,嘗試執行以下命令來修復它:

npx node-gyp rebuild --directory=node_modules/better-sqlite3

運行

NODE_ENV=production node build/index.js

截圖

screenshot