-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: revert migration to CSP v2 (#55)
* Revert "fix: revert guard removal made in 9cb2744 (#54)" This reverts commit a6a4c08. * Revert "refactor: clean up project setup (#51)" This reverts commit 34d03a2. * Revert "feat: migration to SDK v2 (#40)" This reverts commit 9cb2744.
- Loading branch information
Showing
26 changed files
with
3,334 additions
and
16,883 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
*.tsbuildinfo | ||
.DS_Store | ||
.cache/ | ||
.eslintcache | ||
.netlify/ | ||
.ntli/ | ||
.vscode/ | ||
dev-model.gql | ||
node_modules/ | ||
# Local Netlify folder | ||
.netlify | ||
node_modules | ||
.ntli |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
config: | ||
slug: dynamic-csp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
[build] | ||
command = "netlify-extension build" | ||
publish = ".ntli/site/static" | ||
command="ntli build -a" | ||
functions=".ntli/site/netlify/functions" | ||
publish=".ntli/site/static" | ||
|
||
[dev] | ||
command = "netlify-extension dev" | ||
[[headers]] | ||
for="/ui/*" | ||
[headers.values] | ||
Access-Control-Allow-Origin="*" | ||
Access-Control-Allow-Headers="*" | ||
Access-Control-Allow-Methods="*" | ||
|
||
[functions] | ||
directory = "src/endpoints" | ||
|
||
[[plugins]] | ||
package = "@netlify/netlify-plugin-netlify-extension" | ||
node_bundler = "esbuild" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.