build(custom): test

This commit is contained in:
2023-11-21 17:01:56 +08:00
parent e0fe559603
commit c55064ae99
2 changed files with 5 additions and 3 deletions

5
.env.sentry-build-plugin Normal file
View File

@@ -0,0 +1,5 @@
# DO NOT commit this file to your repository!
# The SENTRY_AUTH_TOKEN variable is picked up by the Sentry Build Plugin.
# It's used for authentication when uploading source maps.
# You can also set this env variable in your own `.env` files and remove this file.
SENTRY_AUTH_TOKEN="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"

3
.gitignore vendored
View File

@@ -2,6 +2,3 @@ node_modules
dist
*.local
stats.html
# Sentry Config File
.env.sentry-build-plugin