feat: support cf workers

Note: we don't really want to be committing the gql-client. it is a stopgap.
This commit is contained in:
Eric Lewis
2024-04-24 09:59:47 -04:00
parent 4aac93b504
commit aea6bfde54
15 changed files with 2921 additions and 491 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import debug from 'debug';
import { Registry } from '@cerc-io/laconic-sdk';
import { Registry } from '@snowballtools/laconic-sdk';
import { DEFAULT_CONFIG_FILE_PATH } from '../src/constants';
import { Config } from '../src/config';
@@ -2,7 +2,7 @@ import debug from 'debug';
import { DataSource } from 'typeorm';
import path from 'path';
import { Registry } from '@cerc-io/laconic-sdk';
import { Registry } from '@snowballtools/laconic-sdk';
import { Config } from '../src/config';
import { DEFAULT_CONFIG_FILE_PATH } from '../src/constants';