Skip to content

Commit

Permalink
Merge branch 'release/0.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Apr 14, 2024
2 parents a122462 + 4e7238d commit f106652
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boring-stack",
"version": "0.2.4",
"version": "0.2.5",
"private": "true",
"description": "The Boring JavaScript Stack 🥱 - an opinionated project starter for fullstack JavaScript",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions templates/mellow-react/config/blueprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ module.exports.blueprints = {
* Automatically expose implicit routes for every action in your app? *
* *
***************************************************************************/
// actions: false,
actions: false,
/***************************************************************************
* *
* Automatically expose RESTful routes for your models? *
* *
***************************************************************************/
// rest: true,
rest: false,
/***************************************************************************
* *
* Automatically expose CRUD "shortcut" routes to GET requests? *
* (These are enabled by default in development only.) *
* *
***************************************************************************/
// shortcuts: true,
shortcuts: false,
}
6 changes: 3 additions & 3 deletions templates/mellow-svelte/config/blueprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ module.exports.blueprints = {
* Automatically expose implicit routes for every action in your app? *
* *
***************************************************************************/
// actions: false,
actions: false,
/***************************************************************************
* *
* Automatically expose RESTful routes for your models? *
* *
***************************************************************************/
// rest: true,
rest: false,
/***************************************************************************
* *
* Automatically expose CRUD "shortcut" routes to GET requests? *
* (These are enabled by default in development only.) *
* *
***************************************************************************/
// shortcuts: true,
shortcuts: false,
}
6 changes: 3 additions & 3 deletions templates/mellow-vue/config/blueprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ module.exports.blueprints = {
* Automatically expose implicit routes for every action in your app? *
* *
***************************************************************************/
// actions: false,
actions: false,
/***************************************************************************
* *
* Automatically expose RESTful routes for your models? *
* *
***************************************************************************/
// rest: true,
rest: false,
/***************************************************************************
* *
* Automatically expose CRUD "shortcut" routes to GET requests? *
* (These are enabled by default in development only.) *
* *
***************************************************************************/
// shortcuts: true,
shortcuts: false,
}
18 changes: 14 additions & 4 deletions templates/mellow-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions templates/mellow-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"inertia-sails": "^0.1.8",
"inertia-sails": "^0.2.2",
"nodemailer": "^6.9.4",
"sails": "^1.5.2",
"sails-flash": "^0.0.1",
Expand All @@ -24,6 +24,7 @@
"@japa/runner": "^2.5.1",
"@rsbuild/plugin-vue": "^0.2.9",
"@types/node": "^20.3.3",
"create-sails-generator": "^0.0.1",
"playwright": "^1.36.2",
"preset-sails": "^1.0.2",
"prettier": "2.8.8",
Expand All @@ -32,8 +33,7 @@
"sails-hook-shipwright": "^0.0.1",
"sails.io.js": "^1.2.1",
"socket.io-client": "^2.2.0",
"tailwindcss": "^3.0.24",
"create-sails-generator": "^0.0.1"
"tailwindcss": "^3.0.24"
},
"scripts": {
"dev": "node --watch app.js",
Expand Down

0 comments on commit f106652

Please sign in to comment.