Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gka/local-import-test
https://github.com/gka/local-import-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gka/local-import-test
- Owner: gka
- Created: 2022-07-12T00:04:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T00:10:14.000Z (over 2 years ago)
- Last Synced: 2024-10-14T04:57:11.832Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 workingfor 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