mirror of
https://github.com/journey-ad/Bitmagnet-Next-Web
synced 2024-11-22 01:51:23 +00:00
5134846005
set env ``` DEMO_MODE=true ``
10 lines
194 B
TypeScript
10 lines
194 B
TypeScript
import search from "./search.json";
|
|
import detail from "./detail.json";
|
|
import stats from "./stats.json";
|
|
|
|
export default {
|
|
search: search.data,
|
|
detail: detail.data,
|
|
stats: stats.data,
|
|
};
|