Compare commits

..

No commits in common. "4a92807be20264900ff3bdb532731fc2d0ac77ff" and "b632b23a517a436ba5fda235fbefb32d4c9591c6" have entirely different histories.

3 changed files with 595 additions and 963 deletions

View file

@ -4,7 +4,7 @@ deploy: build
.PHONY: deploy-remote
deploy-remote: build
rsync --archive --verbose --delete --checksum dist/ root@bert-jump:/srv/www/maps.chandlerswift.com/
rsync --archive --verbose --delete dist/ root@bert-jump:/srv/www/maps.chandlerswift.com/
.PHONY: clean
clean:

1554
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,7 @@
"serve": "vite preview"
},
"devDependencies": {
"vite": "^8.0.8"
"vite": "^4.3.9"
},
"dependencies": {
"hls.js": "^1.5.2",