invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.07k stars 193 forks source link

fix: Generated modules in Intellij are Java Modules instead of Web Modules #706

Closed pavanpodila closed 1 month ago

pavanpodila commented 2 months ago

Is there an existing issue for this?

Version

5.3.0

Description

When I run melos bootstrap, it generates the Intellij Modules as Java Modules. I would much prefer them as Web Modules, making it easier for me to add a Directory instead of a Package. Is there a way to force that ?

Steps to reproduce

  1. Run melos bootstrap
  2. See that all modules (*.iml) have a JAVA_MODULE as the module type

Expected behavior

It should be WEB_MODULE instead

Screenshots

image

Additional context and comments

No response

spydon commented 2 months ago

making it easier for me to add a Directory instead of a Package

If I understand you correctly I think most people expect to be able to add packages though? Do you know if there is any documentation of those values somewhere?

spydon commented 1 month ago

Closing due to inactivity