mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:27:01 +00:00
feat: Add offline resource of fonts and lib
replaced CDN links with offline resource Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
"build:copy:jsdeliver": "EE=true npm run build; rm -rf ../nc-lib-gui/lib/dist/; rsync -rvzh ./dist/ ../nc-lib-gui/lib/dist/ ; npm publish ../nc-lib-gui"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "^3.5.95",
|
||||
"@nuxtjs/axios": "^5.12.0",
|
||||
"@nuxtjs/toast": "^3.3.0",
|
||||
"ace-builds": "^1.4.12",
|
||||
@@ -59,7 +58,7 @@
|
||||
"@nuxtjs/vuetify": "^1.11.2",
|
||||
"cypress": "^7.3.0",
|
||||
"monaco-editor-webpack-plugin": "^1.9.1",
|
||||
"webpack-obfuscator": "^1.9.0",
|
||||
"sass": "~1.32.12"
|
||||
"sass": "~1.32.12",
|
||||
"webpack-obfuscator": "^1.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user