We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148277f commit 81bc8a8Copy full SHA for 81bc8a8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hexlet/chatbot-v2",
3
- "version": "0.1.3",
+ "version": "0.2.0",
4
"type": "module",
5
"homepage": "https://hexlet.github.io/react-flowbot-ui-kit/",
6
"files": [
vite.config.ts
@@ -10,7 +10,7 @@ export default defineConfig({
10
build: {
11
lib: {
12
// Could also be a dictionary or array of multiple entry points
13
- entry: resolve(__dirname, 'src/app.tsx'),
+ entry: resolve(__dirname, 'src/init.tsx'),
14
name: 'hexlet-flowbot',
15
// the proper extensions will be added
16
fileName: 'hexlet-flowbot',
0 commit comments