mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-05 04:45:50 +00:00
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run
16 lines
394 B
JavaScript
16 lines
394 B
JavaScript
module.exports = [
|
|
"jquery-3.6.1/jquery-3.6.1.min.js",
|
|
"viselect.min.js",
|
|
"FileSaver.min.js",
|
|
"socket.io/socket.io.min.js",
|
|
"qrcode.min.js",
|
|
"jquery-ui-1.13.2/jquery-ui.min.js",
|
|
"lodash@4.17.21.min.js",
|
|
"jquery.dragster.js",
|
|
"html-entities.js",
|
|
"timeago.min.js",
|
|
"iro.min.js",
|
|
"isMobile.min.js",
|
|
"fflate-0.8.2.min.js",
|
|
"croppie.min.js"
|
|
]; |