nitropcak
This commit is contained in:
parent
fbcd5cb5e8
commit
a673a175bb
530
package-lock.json
generated
530
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -43,6 +43,7 @@
|
|||||||
"file-upload-with-preview": "^4.2.0",
|
"file-upload-with-preview": "^4.2.0",
|
||||||
"highlight.js": "^11.10.0",
|
"highlight.js": "^11.10.0",
|
||||||
"maska": "^3.0.0",
|
"maska": "^3.0.0",
|
||||||
|
"nitropack": "^2.12.4",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"path": "^0.12.7",
|
"path": "^0.12.7",
|
||||||
"pinia": "^2.0.22",
|
"pinia": "^2.0.22",
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
import { defineNitroPlugin } from 'nitropack'
|
||||||
|
|
||||||
export default defineNitroPlugin((nitroApp) => {
|
export default defineNitroPlugin((nitroApp) => {
|
||||||
nitroApp.hooks.hook('error', (error, event) => {
|
nitroApp.hooks.hook('error', (error, event) => {
|
||||||
console.error('[Nitro Error]', error)
|
console.error('[Nitro Error]', error)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user