Miro
Miro
感谢提供的方法!已经测试成功,运行目录要选择dist。
不需要手动建dist文件夹,安装好node.js等环境后,直接在项目内分别执行以下2个命令: npm install -g yarn yarn install 执行后,如果是宝塔面板,去网站设置那将运行目录改成dist即可。
Could you please share the way to create postgress? ``` init database create your database use [local postgres](https://wiki.postgresql.org/wiki/Homebrew) or [vercel-postgres](https://vercel.com/docs/storage/vercel-postgres) or [supabase](https://supabase.com/) create tables from sql at data/install.sql ```
同问。是否可以自定义代理地址和第三方Key?建议支持在环境变量里设置访问密码、代理地址和KEY。