mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
9b02d16bff
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
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
// version tracking not set up in grist-core yet
|
|
export const version = "0.1.1";
|
|
export const channel = "core";
|
|
export const gitcommit = "unknown";
|