gristlabs_grist-core/ext
2024-07-08 14:21:39 -04:00
..
README.md Fixes OSS including EE by providing empty ext dir 2024-07-08 14:21:39 -04:00

ext is a directory that allows derivatives of Grist core to be created, without modifying any of the base files.

Files placed in here should be new files, or replacing files in the stubs directory.

When compiling, Typescript resolves files in ext before files in stubs, using the ext file instead (if it exists).