mirror of https://github.com/veypi/OneAuth.git
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.
18 lines
295 B
TypeScript
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
|
|
|
|
|