You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/oaweb/src/boot/pack.ts

18 lines
295 B
TypeScript

/*
* pack.ts
* Copyright (C) 2023 veypi <i@veypi.com>
* 2023-09-26 20:38
* Distributed under terms of the MIT license.
*/
import '@veypi/msg/index.css'
import 'cherry-markdown/dist/cherry-markdown.css';
import { conf } from '@veypi/msg'
import '../assets/icon.js'
conf.timeout = 5000