mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"extends": "../../buildtools/tsconfig-base.json",
|
||||
"include": [
|
||||
"**/*",
|
||||
"../../stubs/app/common/**/*"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../plugin" }
|
||||
]
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
export const version = "1.0.2-dev";
|
||||
export const channel = "devtest";
|
||||
export const gitcommit = "e33c4e5aeM";
|
||||
Reference in New Issue
Block a user