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 30dc4b9 commit d8e405cCopy full SHA for d8e405c
.ocularrc.js
@@ -1,4 +1,4 @@
1
-/** @typedef {import('ocular-dev-tools').OcularConfig} OcularConfig */
+/** @typedef {import('@vis.gl/dev-tools').OcularConfig} OcularConfig */
2
3
import {dirname, join} from 'path';
4
import {fileURLToPath} from 'url';
examples/vite.config.local.mjs
@@ -3,7 +3,7 @@
// of building against their installed version of the modules.
5
import {defineConfig} from 'vite';
6
-import {getOcularConfig} from 'ocular-dev-tools';
+import {getOcularConfig} from '@vis.gl/dev-tools';
7
import {join} from 'path';
8
9
const rootDir = join(__dirname, '..');
0 commit comments