Compare commits

...

1 commit

Author SHA1 Message Date
garionion
37682ee6ca
fix formatting
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-08 14:39:55 +02:00
3 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,4 @@
# Ignore artifacts: # Ignore artifacts:
build build
coverage coverage
dist

View file

@ -1,3 +1,4 @@
# Radiator-Web # Radiator-Web
[![Build Status](https://drone.entr0py.de/api/badges/garionion/radiator-web/status.svg)](https://drone.entr0py.de/garionion/radiator-web)
API URL must be set on Build Time, either via Env `API_URL`(prefered), or via `VITE_API_URL` from [`.env.production`](.env.production) API URL must be set on Build Time, either via Env `API_URL`(prefered), or via `VITE_API_URL` from [`.env.production`](.env.production)

View file

@ -5,8 +5,8 @@
"dev": "vite", "dev": "vite",
"build": "vue-tsc --noEmit && vite build", "build": "vue-tsc --noEmit && vite build",
"serve": "vite preview", "serve": "vite preview",
"format": "npx prettier --write ./src/*", "format": "npx prettier --write \"src/**/*.(ts|vue)\"",
"check": "prettier --check ./src/*" "check": "prettier --check \"src/**/*.(ts|vue)\""
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^4.7.0", "@vueuse/core": "^4.7.0",