Conan Chen
Conan Chen
1. just create a js file named e.g. svelte-grid.js ``` import Grid from "svelte-grid"; import gridHelp from "svelte-grid/build/helper/index.mjs"; export { Grid, gridHelp } ``` 2. include svelte-grid.js in my typescript...
> Could you please also add Simplified Chinese? Thanks a lot. will also for Traditional Chinese?
yeah. cool to add this to the roadmap.
How to do like diesel ? [The diesel_migrations crate](https://diesel.rs/guides/getting-started) provides the embed_migrations! macro, allowing you to embed migration scripts in the final binary. Once your code uses it, you can...