Doug Parker 7a8bdee0f6 refactor: update application builder entry points to property treat bare strings as module specifiers
Previously an entry point `foo` would be incorrectly treated as a relative path, which meant it was not possible to use an NPM package as an entry point. This now requires `./foo` for relative paths while `foo` is treated as a module specifier referring to an NPM package called `foo`.
2024-01-03 18:52:58 +01:00
..