Skip to content

Commit

Permalink
Update commoners.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 9, 2023
1 parent 5838411 commit 763adb1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions commoners.config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// // ------------- PRODUCTION -------------
// import * as bluetoothPlugin from '@commoners/bluetooth'
// import * as serialPlugin from '@commoners/serial'
// import localServicesPlugin from '@commoners/local-services'
// // import { defineConfig } from 'commoners' // NOTE: COMMONERS dependencies are missing in local development...
// ------------- PRODUCTION -------------
import * as bluetoothPlugin from '@commoners/bluetooth'
import * as serialPlugin from '@commoners/serial'
import localServicesPlugin from '@commoners/local-services'
// import { defineConfig } from 'commoners' // NOTE: COMMONERS dependencies are missing in local development...

// ------------- DEVELOPMENT -------------
import * as bluetoothPlugin from '../commoners/packages/plugins/devices/ble/index.js'
import * as serialPlugin from '../commoners/packages/plugins/devices/serial/index.js'
import localServicesPlugin from '../commoners/packages/plugins/local-services/index.js'
// import { defineConfig } from '../commoners/packages/core/index' // NOTE: COMMONERS dependencies are missing in local development...
// // ------------- DEVELOPMENT -------------
// import * as bluetoothPlugin from '../commoners/packages/plugins/devices/ble/index.js'
// import * as serialPlugin from '../commoners/packages/plugins/devices/serial/index.js'
// import localServicesPlugin from '../commoners/packages/plugins/local-services/index.js'
// // import { defineConfig } from '../commoners/packages/core/index' // NOTE: COMMONERS dependencies are missing in local development...

// ----------- Package.json Dependencies -----------
// "@commoners/autoupdate": "file:../commoners/packages/plugins/autoupdate",
Expand Down

0 comments on commit 763adb1

Please sign in to comment.