Mina icon indicating copy to clipboard operation
Mina copied to clipboard

Results 3 Mina issues
Sort by recently updated
recently updated
newest added

目前的 `mina-build` 以 `pdm-backend` 的 hook 特性实现,并舍弃了之前共享同一个 workspace dependencies 的方法。这带来了额外的工作流步骤,需要通过改善 `pdm-mina` 实现。 目前不考虑对其他包管理器的支持。 - 支持通过 `dev-dependencies = ["-e file://${PROJECT_ROOT}/#egg="]` 指定 workspace 中对分包的依赖。 - 通过自动声明分包的 `dev-dependencies`,覆盖 `dependencies` 中工作区其他分包的依赖引用(可配置开关)。 - 对 `pdm...

``` [BuildError]: Build backend raised error: Module 'editables' is missing, please make sure it is specified in the 'build-system.requires' section. If it is not possible, add it to the project...