mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
fix: skypack for lodash
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"imports": {
|
||||
"lodash": "https://cdn.skypack.dev/lodash",
|
||||
"graphql-tag": "https://cdn.skypack.dev/graphql-tag",
|
||||
"xml2js": "npm:xml2js",
|
||||
"@app/": "./src/",
|
||||
"@std/collections": "jsr:@std/collections@^1.0.8",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { gql, type QueryOptions } from '@apollo/client/core/index.js';
|
||||
|
||||
import { type QueryOptions } from '@apollo/client/core/index.js';
|
||||
import gql from 'graphql-tag';
|
||||
interface ParsedQuery {
|
||||
query?: string;
|
||||
variables?: Record<string, string>;
|
||||
|
||||
Reference in New Issue
Block a user