Skip to content

Commit 5d80f4b

Browse files
rm embedded db, set build target to neutral for browser compat (#45)
1 parent 53c2605 commit 5d80f4b

File tree

14 files changed

+168
-911
lines changed

14 files changed

+168
-911
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ weaviate-data/
1111
*.tgz
1212
.npmrc
1313
.eslintcache
14-
tools/docker-compose-embedded.yml

β€Žbuild.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ esbuild
1212
metafile: true,
1313
minify: true,
1414
outfile: 'dist/index.js',
15-
platform: 'node',
15+
platform: 'neutral',
1616
sourcemap: true,
1717
target: 'es2020',
1818
})

β€Žexamples/README.mdβ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
These examples reflect the most current state of the client and its features, so please make sure that you have the latest version of `weaviate-ts-client` installed πŸ™‚
44

5-
## Embedded
6-
7-
Run the client with an embedded Weaviate instance! No need to run a separate container, the database will launch with the client.
8-
9-
**Note:** Currently only Linux is supported. MacOS support coming soon!
10-
115
## JavaScript
126

137
Usage within a CommonJS project.

β€Žexamples/embedded/.gitignoreβ€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€Žexamples/embedded/index.tsβ€Ž

Lines changed: 0 additions & 43 deletions
This file was deleted.

β€Žexamples/embedded/package.jsonβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€Žexamples/embedded/tsconfig.jsonβ€Ž

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
Β (0)