-
Notifications
You must be signed in to change notification settings - Fork 269
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
update more deps #54
update more deps #54
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
/// <reference types="@remix-run/dev" /> | ||
/// <reference types="@remix-run/cloudflare" /> | ||
/// <reference types="@cloudflare/workers-types" /> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import * as path from 'path' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this file isn't used anywhere yet, just getting it in place for now |
||
import { defineConfig } from 'vitest/config' | ||
|
||
export default defineConfig({ | ||
resolve: { | ||
alias: { | ||
'~': path.resolve(__dirname, './app'), | ||
}, | ||
}, | ||
test: { | ||
poolOptions: { | ||
workers: { | ||
wrangler: { configPath: './wrangler.toml' }, | ||
}, | ||
}, | ||
}, | ||
}) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
name = "orange-meets" | ||
# https://developers.cloudflare.com/workers/platform/compatibility-dates | ||
compatibility_date = "2022-04-05" | ||
compatibility_date = "2024-06-20" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's gooo |
||
account_id = "a67e14daa5f8dceeb91fe5449ba496eb" | ||
main = "./build/index.js" | ||
compatibility_flags = ["nodejs_compat"] | ||
|
||
[site] | ||
bucket = "./public" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sigh, just monorepo things