PHP Classes

File: .bs-config.js

Recommend this page to a friend!
  Packages of Saro Carvello   PHP Web MVC Framework   .bs-config.js   Download  
File: .bs-config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web MVC Framework
MVC framework providing autogenerated MySQL models
Author: By
Last change:
Date: 8 months ago
Size: 606 bytes
 

Contents

Class file image Download
const config = require('./config.json'); // carica la porta dal file JSON module.exports = { proxy: `localhost:${config.PORT}`, files: [ './**/*.php', 'src/**/*.php', 'src/**/*.css', 'src/**/*.js', 'controllers/**/*.php', 'models/**/*.php', 'views/**/*.php', 'templates/**/*.tpl', 'classes/**/*.php', 'locales/**/*.txt', 'css/**/*.cs', 'js/**/*.cs', 'config/**/*.php', ], open: true, notify: true, /* watchOptions: { usePolling: true, interval: 500 }*/ };