(core) more grist-core cleanup

Summary:
 * Remove duplicate schema file
 * Move version file to a stub in grist-core
 * Simplify sandbox creation in grist-core (although not functional until sandbox code moved)
 * Add a minimal test for buildability

Test Plan: added test

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2560
This commit is contained in:
Paul Fitzpatrick
2020-07-23 16:04:40 -04:00
parent b7b4b0229b
commit 9b02d16bff
5 changed files with 17 additions and 28 deletions

View File

@@ -1,3 +1,7 @@
/**
* Main entrypoint for grist-core server.
*/
import {updateDb} from 'app/server/lib/dbUtils';
import {main as mergedServerMain} from 'app/server/mergedServerMain';
import * as fse from 'fs-extra';