airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
60 stars 10 forks source link

How to use APM in packages without prefix: air. ? #115

Closed megajogos closed 2 years ago

megajogos commented 2 years ago

We have apps without the prefix: air. but the apm always put the prefix air.

How to avoid this prefix?

marchbold commented 2 years ago

apm will use the normal methods to determine if the air prefix should be used ie:

Are you using the same environment and air sdk to build your app as you are for apm?