Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Dataport/polar into feature…
Browse files Browse the repository at this point in the history
…/merge-cut-duplicate-polygons
  • Loading branch information
warm-coolguy committed Feb 27, 2025
2 parents 4a4940c + 121e789 commit e4b75fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/clients/diplan/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document describes the `@polar/client-diplan`-specific configuration options.

For all additional details, check the [full documentation](https://dataport.github.io/polar/docs/diplan/client-diplan.html) that is also delivered as part of the package within the `./docs` folder.
For all additional details, check the [full documentation](https://dataport.github.io/polar/docs/diplan/client-diplan.html).

For our example clients, [see here](./example/overview.html).

Expand Down
7 changes: 7 additions & 0 deletions packages/clients/diplan/example/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<!-- forward to dev environment -->
<head>
<meta http-equiv="refresh" content="0; url=/dev/index.html" />
</head>
</html>
6 changes: 3 additions & 3 deletions packages/clients/diplan/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { getClientConfig } from '../../../viteConfigs'

export default getClientConfig({
root: 'example/dev',
root: 'example',
build: {
outDir: '../../dist',
outDir: '../dist',
lib: {
name: 'PolarClientDiPlan',
entry: '../../src/polar-client.ts',
entry: '../src/polar-client.ts',
fileName: () => 'polar-client.js',
},
rollupOptions: {
Expand Down

0 comments on commit e4b75fe

Please sign in to comment.