mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 17:01:23 +08:00
fix require() actually not working after build in the frontend
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<script>
|
||||
|
||||
const {sleep} = require("../../server/util")
|
||||
import {sleep} from '../util-frontend'
|
||||
|
||||
export default {
|
||||
|
||||
|
Reference in New Issue
Block a user