Skip to content

gka/local-import-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published