Skip to content

Commit 6c5eeda

Browse files
dev entry
1 parent cec7bcf commit 6c5eeda

File tree

11 files changed

+6730
-5488
lines changed

11 files changed

+6730
-5488
lines changed

apps/walkerjs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"types": "./dist/index.d.ts",
2020
"default": "./dist/index.es5.js"
2121
},
22-
"./src/schemas": "./src/schemas.ts"
22+
"./src/schemas": "./src/schemas.ts",
23+
"./src/dev": "./src/dev.ts"
2324
},
2425
"files": [
2526
"dist/**",
2627
"src/schemas.ts",
28+
"src/dev.ts",
2729
"README.md",
2830
"CHANGELOG.md"
2931
],

apps/walkerjs/src/dev.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export * as schemas from './schemas';
2+
3+
export {
4+
settings,
5+
browserConfig,
6+
dataLayerConfig,
7+
collectorConfig,
8+
} from './schemas';

0 commit comments

Comments
 (0)