-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues surrounding file serving. Types.
- Loading branch information
1 parent
fb6dfc8
commit 3ee3989
Showing
12 changed files
with
116 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* @file This file is part of the Keywork project. | ||
* @copyright Nirrius, LLC. All rights reserved. | ||
* @author Teffen Ellis, et al. | ||
* @license AGPL-3.0 | ||
* | ||
* @remarks Keywork is free software for non-commercial purposes. | ||
* You can be released from the requirements of the license by purchasing a commercial license. | ||
* Buying such a license is mandatory as soon as you develop commercial activities | ||
* involving the Keywork software without disclosing the source code of your own applications. | ||
* | ||
* @see LICENSE.md in the project root for further licensing information. | ||
*/ | ||
|
||
export const CSS = { | ||
extension: 'css', | ||
mimeType: 'text/css; charset=utf-8', | ||
} as const |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "keywork", | ||
"version": "8.1.14", | ||
"version": "8.1.17", | ||
"license": "AGPL-3.0", | ||
"author": "Teffen Ellis <[email protected]>", | ||
"description": "A batteries-included, magic-free, library for building web apps in V8 Isolates.", | ||
|
@@ -89,7 +89,7 @@ | |
"react": ">=18.2", | ||
"react-dom": ">=18.2", | ||
"undici": ">=5.25.2", | ||
"urlpattern-polyfill": "^5.0.5" | ||
"urlpattern-polyfill": "^9.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"react": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters