mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-24 15:02:31 +00:00
chore(root): plugin template fixes
This commit is contained in:
parent
9927d3f012
commit
6fb8547f08
@ -1,4 +1,4 @@
|
||||
import { PocketHostPlugin } from 'pockethost/core'
|
||||
import { PocketHostPlugin } from 'pockethost'
|
||||
import { PLUGIN_NAME } from './constants'
|
||||
import { dbg } from './log'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { LoggerService } from 'pockethost/core'
|
||||
import { LoggerService } from 'pockethost'
|
||||
|
||||
const logger = LoggerService().create('plugin-{{dashCase name}}')
|
||||
export const { dbg, info } = logger
|
||||
|
Loading…
x
Reference in New Issue
Block a user