Skip to content

Commit

Permalink
Merge pull request #39 from hollow-leaf/chore/deployPWAnContract
Browse files Browse the repository at this point in the history
chore: deploy pw an contract
  • Loading branch information
kidneyweakx authored Feb 26, 2024
2 parents f819302 + b689652 commit 54e561d
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- chore/fix-ci
- chore/*
paths:
- '.github/**'
- 'apps/contract/**'
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"[typescriptreact]": {
"editor.formatOnSave": true
}
},
"liveServer.settings.multiRootWorkspaceName": "doro"
}
1 change: 1 addition & 0 deletions apps/pwa/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const withSerwist = withSerwistInit({
/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'export',
};

export default withSerwist(nextConfig);
2 changes: 1 addition & 1 deletion apps/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cross-pwa",
"name": "pwa",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion apps/serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "serverless",
"scripts": {
"dev": "wrangler dev src/app.ts",
"deploy": "wrangler deploy --minify src/app.ts"
Expand All @@ -24,4 +25,4 @@
"ts-node": "^10.9.2",
"wrangler": "^3.23.0"
}
}
}
Loading

0 comments on commit 54e561d

Please sign in to comment.