We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcd8ed commit 3d3c4a8Copy full SHA for 3d3c4a8
1 file changed
src/ducViewerEditor.ts
@@ -8,7 +8,7 @@ import * as https from 'https';
8
import { FlatcManager } from './flatcManager';
9
10
const execFile = util.promisify(childProcess.execFile);
11
-const fbsUrl = 'https://raw.githubusercontent.com/ducflair/duc/refs/heads/main/packages/core/canvas/duc/duc.fbs';
+const fbsUrl = 'https://raw.githubusercontent.com/ducflair/duc/refs/heads/main/schema/duc.fbs';
12
13
/**
14
* Download a file from a URL to a local file
0 commit comments