mirror of
https://github.com/wireadmin/wireadmin
synced 2025-05-02 03:04:19 +00:00
fix
This commit is contained in:
parent
9a6fdaa2a5
commit
fd39a92ac7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -63,4 +63,4 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
platforms: '${{ env.BUILD_PLATFORMS }}'
|
platforms: '${{ env.BUILD_PLATFORMS }}'
|
||||||
tags: "${{ env.GHCR_SLUG }}:${{ env.TAG }},${{ env.DOCKERHUB_SLUG }}:${{ env.TAG }}"
|
tags: '${{ env.GHCR_SLUG }}:${{ env.TAG }},${{ env.DOCKERHUB_SLUG }}:${{ env.TAG }}'
|
||||||
|
@ -21,6 +21,12 @@
|
|||||||
"parser": "svelte",
|
"parser": "svelte",
|
||||||
"plugins": ["prettier-plugin-svelte"]
|
"plugins": ["prettier-plugin-svelte"]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"files": "Dockerfile",
|
||||||
|
"options": {
|
||||||
|
"spaceRedirects": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"importOrder": ["<THIRD_PARTY_MODULES>", "", "^types$", "^\\$lib/(.*)$", "^@/(.*)$", "", "^[./]"],
|
"importOrder": ["<THIRD_PARTY_MODULES>", "", "^types$", "^\\$lib/(.*)$", "^@/(.*)$", "", "^[./]"],
|
||||||
|
Loading…
Reference in New Issue
Block a user