mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
queryBook and createBook are working
This commit is contained in:
+4
-2
@@ -5,7 +5,7 @@
|
||||
"main": "server/index.js",
|
||||
"scripts": {
|
||||
"start": "node server/index.js",
|
||||
"docker": "npm run docker:build && npm run docker:push",
|
||||
"docker": "npm run docker:build && npm run docker:push",
|
||||
"docker:build": "docker buildx build . --platform linux/amd64 --tag docker.krgamestudios.com/krgamestudios/sineql-demo:latest",
|
||||
"docker:push": "docker push docker.krgamestudios.com/krgamestudios/sineql-demo:latest"
|
||||
},
|
||||
@@ -15,7 +15,9 @@
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.3",
|
||||
"mariadb": "^2.5.6",
|
||||
"node-fetch": "^2.0.0",
|
||||
"sineql": "latest"
|
||||
"sequelize": "^6.17.0",
|
||||
"sineql": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user