Fixes OSS including EE by providing empty ext dir

This commit is contained in:
Spoffy
2024-07-08 14:03:18 -04:00
committed by jordigh
parent 90a9291e0d
commit a999b4250e
4 changed files with 11 additions and 2 deletions

5
ext/README.md Normal file
View File

@@ -0,0 +1,5 @@
`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).