-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use pnpm workspace * Update tsconfig * Add extension class * Add configs * Add configs * Add extension class * Add libs * Fix util stuff * Use pnpm build * Use pnpm build * Use pnpm build * use util * Move to extensions directory * move extensions * Update readme * Update workflow * Update workflow * Add cache * update lockfile * Disable organize imports * Move more stuff to util
- Loading branch information
Showing
169 changed files
with
37,198 additions
and
189,633 deletions.
There are no files selected for viewing
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
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 @@ | ||
v22.9.0 |
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
offline-snooty/netlify.toml → extensions/git-changed-files/netlify.toml
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,12 @@ | ||
[build] | ||
command = "netlify-extension build" | ||
command = "pnpm build" | ||
publish = ".ntli/site/static" | ||
|
||
[dev] | ||
command = "netlify-extension dev" | ||
|
||
[functions] | ||
directory = "src/endpoints" | ||
|
||
[dev] | ||
command = "netlify-extension dev" | ||
|
||
[[plugins]] | ||
package = "@netlify/netlify-plugin-netlify-extension" |
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.