You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will be rebuild automatically when you make changes, and the browser will refresh.
65
+
The application will rebuild automatically when you make changes, and the browser will refresh.
66
66
67
67
### Library and application
68
68
69
69
Hyperparam is an application that relies on node.js scripts in the `bin/` directory and serves the static web application built in the `dist/` directory.
70
70
71
-
The `hyperparam` package also includes a library that can be used in other applications. The library is in the `lib/` directory. For example:
71
+
The `hyperparam` package also includes a library of components that can be used in other applications. The library is in the `lib/` directory. For example:
If you encounter any issues with the web worker, you might have to configure your bundler. For example, in Vite, you can use the following configuration:
0 commit comments