fix
parent
59dad6f038
commit
6b0e10c185
|
@ -35,7 +35,7 @@
|
|||
"flowbite": "^2.2.1",
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"tailwindcss": "^3.4.4"
|
||||
"tailwindcss": "^3.4.11"
|
||||
}
|
||||
},
|
||||
"node_modules/@alloc/quick-lru": {
|
||||
|
@ -1812,9 +1812,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tailwindcss": {
|
||||
"version": "3.4.4",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
|
||||
"integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
|
||||
"version": "3.4.11",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz",
|
||||
"integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==",
|
||||
"dependencies": {
|
||||
"@alloc/quick-lru": "^5.2.0",
|
||||
"arg": "^5.0.2",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"flowbite": "^2.2.1",
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"tailwindcss": "^3.4.4"
|
||||
"tailwindcss": "^3.4.11"
|
||||
},
|
||||
"name": "netina.admin.pwa",
|
||||
"version": "1.0.0",
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
"WebSiteUrl": "https://bonsaigallery.shop",
|
||||
"AdminPanelBaseUrl": "https://admin.bonsaigallery.shop",
|
||||
"StorageBaseUrl": "https://storage.bonsaigallery.shop",
|
||||
"ApiUrl": "https://api.bonsaigallery.shop/api",
|
||||
"ApiUrl": "http://localhost:32770/api",
|
||||
//"ApiUrl": "https://api.bonsaigallery.shop/api",
|
||||
"IsShop": true
|
||||
//"ApiUrl": "http://localhost:32770/api"
|
||||
|
||||
//"WebSiteUrl": "https://hamyanedalat.com",
|
||||
//"AdminPanelBaseUrl": "https://admin.hamyanedalat.com",
|
||||
|
|
Loading…
Reference in New Issue