Skip to content

Commit 9ee8c85

Browse files
committed
fix: Update import path for ObjectDriver and ConnectorConfig in driver prompt
1 parent f12ec40 commit 9ee8c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/prompts/platform/driver.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ObjectStack does not ship with a database. It uses **Drivers** to virtualize ext
1717
A valid driver must implement the `ObjectDriver` interface.
1818

1919
```typescript
20-
import { ObjectDriver, ConnectorConfig } from '@objectstack/spec/driver';
20+
import { ObjectDriver, ConnectorConfig } from '@objectstack/spec/system';
2121
import { ObjectSchema } from '@objectstack/spec/data';
2222

2323
export class PostgresDriver implements ObjectDriver {

0 commit comments

Comments
 (0)