purp1e 617300eaaf refactor(prisma): 将数据库从 SQLite 迁移至 PostgreSQL
删除 SQLite 相关依赖、配置和生成文件,更新 Prisma schema 以使用 PostgreSQL 作为数据源。
移除本地 dev.db 文件、libsql 适配器和旧迁移文件,简化 Prisma 客户端初始化。
2026-03-11 01:39:14 +08:00
2026-03-10 11:45:54 +08:00
2026-03-10 11:45:54 +08:00
2026-03-10 11:45:54 +08:00

bun-react-tailwind-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.3.3. Bun is a fast all-in-one JavaScript runtime.

Description
No description provided
Readme 1.3 MiB
Languages
TypeScript 95.8%
JavaScript 2.4%
HTML 0.9%
CSS 0.9%