Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gl/adding remote eval on edge #41

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gazzdingo
Copy link
Collaborator

leaving this in draft as i need to still go though and clean up a bit and write a readme/docs for them

@@ -0,0 +1,52 @@
{
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file

@@ -0,0 +1,8 @@
{
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file

@@ -33,6 +33,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"serverless-offline-edge-lambda": "^1.3.1",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove for now

@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i might want to copy our rules for this or just not have these rules

@@ -0,0 +1,6 @@
{
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could remove and just use the root prettier rules

@@ -0,0 +1 @@
export default new Response('route could not be found', { status: 404 });
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might need to use this for all the other requests to clouldflare currently not using it

@@ -0,0 +1,24 @@
# Default Starter Kit For TypeScript
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rewirite this for GB

@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { GrowthBook, Context as GBContext } from "@growthbook/growthbook";
import type { Polyfills } from "@growthbook/growthbook";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this was testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant