Skip to content

Commit

Permalink
Use local updated plugins for now
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Nov 18, 2023
1 parent 9999430 commit 967496c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions commoners.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// ------------- PRODUCTION -------------
import * as bluetoothPlugin from '@commoners/bluetooth'
import * as serialPlugin from '@commoners/serial'
import localServicesPlugin from '@commoners/local-services'
// 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 * 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 CHANGES -------------
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<title>Commoners Starter Kit</title>
<script type="module" src="/src/frontend/main.ts" defer></script>
<script src="https://unpkg.com/swagger-client"></script>

</head>

<body>
Expand Down

0 comments on commit 967496c

Please sign in to comment.