Skip to content

Commit 6c82513

Browse files
committed
fix: dyn require inject
1 parent 3ecde99 commit 6c82513

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When you follow the steps above your application will use the already deployed b
5454
| Name | Address | Explainer |
5555
|------------------|--------------------------------------------------|-------------------------------------|
5656
| BACKEND | https://aa-hc-text2call.onrender.com/hc | |
57-
| FRONTEND | https://aa-hc-example-fe.onrender.com | |
57+
| FRONTEND | https://aa-hc-text2call-zbk5.onrender.com | |
5858
| HC_HELPER_ADDR | 0x1c64EC0A5E2C58295c3208a63209A2A719dF68D8 | HC Helper is system-wide available |
5959
| TOKEN_PRICE_ADDR | 0xcad49c0381c1B0779A318c2326Db43A6073adC1e |
6060
| RPC_URL | https://gateway.tenderly.co/public/boba-sepolia | |

frontend/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33
import path from 'path'
4-
const inject = require('@rollup/plugin-inject')
5-
4+
import inject from "@rollup/plugin-inject";
65
// https://vitejs.dev/config/
76
export default defineConfig({
87
resolve: {

0 commit comments

Comments
 (0)