chore(root): plugin template fixes

This commit is contained in:
Ben Allfree 2024-06-27 01:59:44 -07:00
parent 9927d3f012
commit 6fb8547f08
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { PocketHostPlugin } from 'pockethost/core' import { PocketHostPlugin } from 'pockethost'
import { PLUGIN_NAME } from './constants' import { PLUGIN_NAME } from './constants'
import { dbg } from './log' import { dbg } from './log'

View File

@ -1,4 +1,4 @@
import { LoggerService } from 'pockethost/core' import { LoggerService } from 'pockethost'
const logger = LoggerService().create('plugin-{{dashCase name}}') const logger = LoggerService().create('plugin-{{dashCase name}}')
export const { dbg, info } = logger export const { dbg, info } = logger