luaz
Results
2
issues of
luaz
The following return empty string if run on Google/Firebase Cloud Functions (Node12) ```javascript const slug = require('limax'); slug('金山芋圓王') ``` I suspect is due to `@napi-rs/pinyin`. Switching to version `v2.1.0` seems...
question
For build-time environment variables, it works perfectly with the variable accessible in both client and server (universal render mode). For runtime environment variables, it is only accessible on the server...
more detail needed