Skip to content

Commit

Permalink
allow schema versions 7 & 8
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Jan 23, 2025
1 parent 6bfeae0 commit 8230f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fresco.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const PROTOCOL_EXTENSION = '.netcanvas';
export const APP_SUPPORTED_SCHEMA_VERSIONS = [8];
export const APP_SUPPORTED_SCHEMA_VERSIONS = [7, 8];

// If unconfigured, the app will shut down after 2 hours (7200000 ms)
export const UNCONFIGURED_TIMEOUT = 7200000;
Expand Down

0 comments on commit 8230f08

Please sign in to comment.