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",