forked from mirrors/homebox
pr: fixed incorrect sum of the total items price (#568)
* Fixed incorrect sum of the total items price
https://github.com/hay-kot/homebox/issues/458
* fix eslint errors
---------
Co-authored-by: Adamko <33964772+cRaZy92@users.noreply.github.com>
Former-commit-id: f13bf2958d
This commit is contained in:
parent
b42d20b6a6
commit
9bee6e9863
3 changed files with 8 additions and 23 deletions
|
@ -2,8 +2,13 @@
|
|||
import { IncomingMessage } from "http";
|
||||
import internal from "stream";
|
||||
import { defineNuxtModule, logger } from "@nuxt/kit";
|
||||
// eslint-disable-next-line
|
||||
import { createProxyServer } from "http-proxy";
|
||||
// Related To
|
||||
// - https://github.com/nuxt/nuxt/issues/15417
|
||||
// - https://github.com/nuxt/cli/issues/107
|
||||
//
|
||||
// fix from
|
||||
// - https://gist.github.com/ucw/67f7291c64777fb24341e8eae72bcd24
|
||||
import { createProxyServer } from "http-proxy"; // eslint-disable-line import/named
|
||||
|
||||
export default defineNuxtModule({
|
||||
defaults: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue