Issues Printing schema with default option (Typescript) - "Invalid Value" result - I had thought this was a token issue but with some trial and error was able to get it to print with json. I can still push my ts schema with no issues.
$ triplit schema print
√ Service Token ... ****************************************************************************************************************************************************
Invalid value:
Works when you change the format to json
$ triplit schema print -f json
√ Service Token ... ****************************************************************************************************************************************************
{
"collections": {
I haven't made any changes to my schema - it did work for me last week with the default ts option.