Skip to content

Commit

Permalink
feat(added): major changes and a python server
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklassundin committed Oct 29, 2024
1 parent 60207af commit 1f5802f
Show file tree
Hide file tree
Showing 15 changed files with 638 additions and 424 deletions.
2 changes: 1 addition & 1 deletion client/bundle.js

Large diffs are not rendered by default.

292 changes: 146 additions & 146 deletions client/bundle.js.LICENSE.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/lib.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//exports.module = require('../../renderer/lib');
//lib = require('vizchange-plot-builder');
import lib from 'vizchange-plot-builder';
//import lib from '../../renderer/lib.js';
//import lib from 'vizchange-plot-builder';
import lib from '../../renderer/lib.js';
import queryString from 'query-string';
window.lib = await lib;
window.queryString = await queryString;
Expand Down
Loading

0 comments on commit 1f5802f

Please sign in to comment.