mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-29 03:39:17 +00:00
move nodejs folder to javascript
This commit is contained in:
4
javascript/src/assets.d.ts
vendored
Normal file
4
javascript/src/assets.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module "./templates/*" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
Reference in New Issue
Block a user