mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Fixes OSS including EE by providing empty ext dir
This commit is contained in:
5
ext/README.md
Normal file
5
ext/README.md
Normal 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).
|
||||
Reference in New Issue
Block a user