初始化

This commit is contained in:
lblblong
2021-07-26 15:29:22 +08:00
commit b643682ebd
58 changed files with 14164 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import localtunnel from 'localtunnel'
declare global {
interface Window {
localtunnel: typeof localtunnel
}
}
window.localtunnel = localtunnel