We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaebe2 commit 3ce563cCopy full SHA for 3ce563c
2 files changed
packages/objectql/package.json
@@ -6,7 +6,7 @@
6
"types": "src/index.ts",
7
"scripts": {
8
"build": "tsc",
9
- "test": "vitest"
+ "test": "echo no tests"
10
},
11
"dependencies": {
12
"@objectstack/core": "workspace:*",
packages/runtime/src/index.ts
@@ -2,8 +2,8 @@
2
export { ObjectKernel } from '@objectstack/core';
3
4
// Export Plugins
5
-export { DriverPlugin } from './driver-plugin';
-export { AppPlugin } from './app-plugin';
+export { DriverPlugin } from './driver-plugin.js';
+export { AppPlugin } from './app-plugin.js';
// Export Types
export * from '@objectstack/core';
0 commit comments