Skip to content

Commit

Permalink
fix js lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jun 19, 2024
1 parent b097459 commit 829a374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/app/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ import fetch from "./http";

let sha = "";

const totalUrl = "https://rawcdn.githack.com/ahqstore/data/{sha}/db/total";
const homeUrl = "https://rawcdn.githack.com/ahqstore/data/{sha}/db/home.json";
const appUrl =
"https://rawcdn.githack.com/ahqstore/data/{sha}/db/apps/{app}.json";
const mapUrl =
"https://rawcdn.githack.com/ahqstore/data/{sha}/db/map/{id}.json";
const searchUrl =
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig(async () => ({
server: {
port: 1420,
strictPort: true,
host: mobile ? "0.0.0.0" : false,
host: mobile ? "192.168.29.218" : false,
warmup: {
clientFiles: ['./src/components/*.tsx'],
},
Expand Down

0 comments on commit 829a374

Please sign in to comment.