Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit adb1184

Browse files
committed
style: lint
1 parent 8a38a34 commit adb1184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/karbon/src/cli/bundle/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export async function bundle(path: string, vuefileName: string, layoutName: stri
124124
]),
125125
tsconfigPaths(),
126126
cssInjectedByJsPlugin({
127-
injectCodeFunction: function injectCodeCustomRunTimeFunction(cssCode, options) {
127+
injectCodeFunction: function injectCodeCustomRunTimeFunction(cssCode) {
128128
try {
129129
if (typeof document != 'undefined') {
130130
const elementStyle = document.createElement('style')

packages/karbon/src/runtime/routes/api/_sitemap-urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { defineEventHandler } from 'h3'
22
import { encodePath } from 'ufo'
3+
import { getResources, payloadScopes } from '@storipress/karbon/internal'
34
import type { ResourcePageContext } from '../../types'
45
import urls from '#sp-internal/storipress-urls.mjs'
5-
import { getResources, payloadScopes } from '@storipress/karbon/internal'
66

77
export default defineEventHandler(async () => {
88
const pageResources = await getResources()

0 commit comments

Comments
 (0)