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 63f4c4b2da chore: add auth-related deps and env example 6 days ago
app init 7 days ago
build-files Switch database from MySQL to PostgreSQL, update dependencies, and modify migration scripts accordingly. Adjust README and configuration files to reflect the new database setup. 6 days ago
docs/superpowers docs: add auth and user profile implementation plan 6 days ago
packages Switch database from MySQL to PostgreSQL, update dependencies, and modify migration scripts accordingly. Adjust README and configuration files to reflect the new database setup. 6 days ago
public init 7 days ago
scripts Switch database from MySQL to PostgreSQL, update dependencies, and modify migration scripts accordingly. Adjust README and configuration files to reflect the new database setup. 6 days ago
server Switch database from MySQL to PostgreSQL, update dependencies, and modify migration scripts accordingly. Adjust README and configuration files to reflect the new database setup. 6 days ago
.env.example chore: add auth-related deps and env example 6 days ago
.gitignore init 7 days ago
README.md Switch database from MySQL to PostgreSQL, update dependencies, and modify migration scripts accordingly. Adjust README and configuration files to reflect the new database setup. 6 days ago
bun.lock chore: add auth-related deps and env example 6 days ago
nuxt.config.ts init 7 days ago
package.json chore: add auth-related deps and env example 6 days ago
tsconfig.json init 7 days ago

README.md

文档

开发与部署

用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。