gomtm 0.0.186 → 0.0.188

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": "gomtm",
3
- "version": "0.0.186",
3
+ "version": "0.0.188",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -212,6 +212,7 @@
212
212
  "scripts": {
213
213
  "build": "tsup --tsconfig=tsconfig.tsup.json && next build",
214
214
  "dev": "pnpm with-env npx next dev",
215
+ "dev:win": "dotenv -e ./env/win.env -- next dev",
215
216
  "with-env": "dotenv -e ./env/dev.env --",
216
217
  "run1": "tsx src/cli.ts",
217
218
  "release": "npm publish"