move amq data out of static since it's too big for cloudflare
This commit is contained in:
@@ -6,18 +6,12 @@ import {
|
||||
AmqGroupSchema,
|
||||
AmqSongSchema,
|
||||
} from "$lib/types/amq";
|
||||
import amqAnimeJson from "../../../static/data/amq-anime.json" with {
|
||||
type: "json",
|
||||
};
|
||||
import amqArtistsJson from "../../../static/data/amq-artists.json" with {
|
||||
type: "json",
|
||||
};
|
||||
import amqGroupsJson from "../../../static/data/amq-groups.json" with {
|
||||
type: "json",
|
||||
};
|
||||
import amqSongsJson from "../../../static/data/amq-songs.json" with {
|
||||
import amqAnimeJson from "../../../data/amq-anime.json" with { type: "json" };
|
||||
import amqArtistsJson from "../../../data/amq-artists.json" with {
|
||||
type: "json",
|
||||
};
|
||||
import amqGroupsJson from "../../../data/amq-groups.json" with { type: "json" };
|
||||
import amqSongsJson from "../../../data/amq-songs.json" with { type: "json" };
|
||||
import { db } from "./index";
|
||||
import {
|
||||
animeGenresTable,
|
||||
|
||||
Reference in New Issue
Block a user