Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gka/local-import-test


https://github.com/gka/local-import-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# local-import-test

run

```
git clone [email protected]:gka/local-import-test.git
cd local-import-test
(cd services/app && pnpm i)
node services/app
```
to see the code working

for comparison, try `npm` with the same setup

```
git clone [email protected]:gka/local-import-test.git
cd local-import-test
(cd services/app && npm i)
node services/app
```

to see it the local dependencies not being installed