@nitronjs/framework 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitronjs/framework",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "NitronJS is a modern and extensible Node.js MVC framework built on Fastify. It focuses on clean architecture, modular structure, and developer productivity, offering built-in routing, middleware, configuration management, CLI tooling, and native React integration for scalable full-stack applications.",
5
5
  "bin": {
6
6
  "njs": "./cli/njs.js"
@@ -8,7 +8,7 @@ APP_DEBUG=true
8
8
  FILESYSTEM_DRIVER=disk
9
9
 
10
10
  # Driver: mysql | postgresql | mongodb | none
11
- DATABASE_DRIVER=mysql
11
+ DATABASE_DRIVER=none
12
12
  DATABASE_HOST=127.0.0.1
13
13
  DATABASE_PORT=3306
14
14
  DATABASE_NAME=nitronjs