From b15dbcd0523c3ac9b1baf349180e168a2a677d87 Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 3 Dec 2024 17:36:54 -0700 Subject: [PATCH] chore: run format --- index.html | 80 +++++++++++++++++++++++++++------------------------- package.json | 2 +- 2 files changed, 43 insertions(+), 39 deletions(-) diff --git a/index.html b/index.html index c79cbece..2df5196e 100644 --- a/index.html +++ b/index.html @@ -1,42 +1,46 @@ + + + + + + Atlas Utah : Provided by the UGRC + + + + + + + + + + + + + + + + + + + + + + - - - - - - Atlas Utah : Provided by the UGRC - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - + + +
+ + diff --git a/package.json b/package.json index bb779615..e61310c2 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "type": "module", "scripts": { "build": "tsc -b && vite build", + "check": "tsc -b", "copy:arcgis": "cpy \"./node_modules/@arcgis/core/assets/**\" ./public/assets", "dev": "npm start", "format": "prettier . --write", "lint": "eslint . --report-unused-disable-directives --max-warnings 0", - "check": "tsc -b", "preview": "vite preview", "start": "vite", "start:ci": "vite --host",