Compare commits
No commits in common. "4a92807be20264900ff3bdb532731fc2d0ac77ff" and "b632b23a517a436ba5fda235fbefb32d4c9591c6" have entirely different histories.
4a92807be2
...
b632b23a51
3 changed files with 595 additions and 963 deletions
2
Makefile
2
Makefile
|
|
@ -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
1554
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,7 +7,7 @@
|
|||
"serve": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^8.0.8"
|
||||
"vite": "^4.3.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"hls.js": "^1.5.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue