You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
npmrun
e770bc9995
feat: implement global and user configuration modules
Add new database tables for global and user configurations, along with corresponding migration files. Introduce API endpoints for managing configuration values, including retrieval and updates. Enhance authentication context to support configuration access, and implement error handling for configuration-related operations.
2 months ago
.vscode
feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout
2 months ago
app
feat: add username-password auth flow
2 months ago
build-files
feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout
2 months ago
docs/ superpowers
docs: add global and user config module design
2 months ago
packages
feat: implement global and user configuration modules
2 months ago
public
init
2 months ago
scripts
feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout
2 months ago
server
feat: implement global and user configuration modules
2 months ago
.env.example
更新 '.env.example'
2 months ago
.gitignore
feat: add username-password auth flow
2 months ago
README.md
Add drizzle-zod and zod dependencies, refactor API handler for user retrieval, and introduce response handler utility
2 months ago
bun.lock
feat: add username-password auth flow
2 months ago
nuxt.config.ts
feat: add bun-types support in TypeScript configuration
2 months ago
package.json
feat: add bun-types support in TypeScript configuration
2 months ago
tsconfig.json
init
2 months ago
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。
计划