mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 02:36:43 +00:00
Simplify build script (#209)
This commit is contained in:
parent
0b76def1f5
commit
e77be57549
@ -4,7 +4,7 @@
|
||||
"node": "14.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json"
|
||||
"build": "tsc -p web/tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"chrome-aws-lambda": "7.0.0",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { ParsedRequest, Theme, FileType } from '../api/_lib/types';
|
||||
import type { ParsedRequest, Theme, FileType } from '../api/_lib/types';
|
||||
const { H, R, copee } = (window as any);
|
||||
let timeout = -1;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user