mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-18 19:17:59 -04:00
fix require() actually not working after build in the frontend
This commit is contained in:
parent
b3bff8d735
commit
dfa9b3a0ca
4 changed files with 17 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<script>
|
||||
|
||||
const {sleep} = require("../../server/util")
|
||||
import {sleep} from '../util-frontend'
|
||||
|
||||
export default {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue