nop-typeorm
v0.1.1
Published
A drop-in replacement for typeorm with nop versions of each construct
Downloads
1
Readme
nop-typeorm
A drop-in replacement for typeorm with nop versions of each construct
Install
npm i --save nop-typeorm
Usage
Vite
Add an alias to your vite.config.js. Typically, this would be conditional on a certain environment such as the web.
resolve: {
alias: {
'typeorm': 'nop-typeorm',
}
}