webserver dependency bumping (someone gives me motivation to rewrite this shit)
This commit is contained in:
@ -3,7 +3,7 @@ const fastify = require('fastify')({
|
||||
});
|
||||
|
||||
//Accounts
|
||||
fastify.register(require('fastify-mysql'), {
|
||||
fastify.register(require('@fastify/mysql'), {
|
||||
promise: true,
|
||||
connectionString: 'mysql://root:root@localhost/account'
|
||||
})
|
||||
|
@ -9,7 +9,7 @@
|
||||
"author": "labalityowo",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"fastify": "^3.20.1",
|
||||
"fastify-mysql": "^2.1.0"
|
||||
"@fastify/mysql": "^4.1.0",
|
||||
"fastify": "^4.17.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user