mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-06 13:15:24 +08:00
fix(build): remove test file from git ignore
This commit is contained in:
parent
8bb51c383c
commit
c16ad0b5b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,4 +10,3 @@
|
|||||||
|
|
||||||
packages/express/config/**
|
packages/express/config/**
|
||||||
packages/build/src/test/writeFile.txt
|
packages/build/src/test/writeFile.txt
|
||||||
packages/build/src/test/fetchMetaCache/cachekey.json
|
|
||||||
|
12
packages/build/src/test/fetchMetaCache/cachekey.json
Normal file
12
packages/build/src/test/fetchMetaCache/cachekey.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"moduleFederation": {
|
||||||
|
"remoteEntryUrl": "https://unpkg.com/@lowdefy/blocks-antd@1.0.0-experimental.1/dist/remoteEntry.js",
|
||||||
|
"scope": "lowdefy_blocks_antd",
|
||||||
|
"module": "Button"
|
||||||
|
},
|
||||||
|
"category": "display",
|
||||||
|
"loading": {
|
||||||
|
"type": "SkeletonButton"
|
||||||
|
},
|
||||||
|
"schema": {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user