mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
e9efac05f7
Summary: This removes ormconfig.js from the saas build since it is no longer needed (and has always been a pain point). This expands some sendgrid logging to help figure out a problem. Test Plan: existing tests should pass Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3808
16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
# explicitly list the files needed by docker.
|
|
*
|
|
!package.json
|
|
!yarn.lock
|
|
!tsconfig.json
|
|
!tsconfig-ext.json
|
|
!stubs
|
|
!app
|
|
!buildtools
|
|
!static
|
|
!bower_components
|
|
!sandbox
|
|
!plugins
|
|
!test
|
|
!ext
|