Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
1c5e2845d1 | |||
7798bf7e0a |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@api.global/typedserver",
|
||||
"version": "3.0.33",
|
||||
"version": "3.0.34",
|
||||
"description": "A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedserver',
|
||||
version: '3.0.33',
|
||||
version: '3.0.34',
|
||||
description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.'
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ export const packageDir = plugins.path.join(
|
||||
'../'
|
||||
);
|
||||
|
||||
export const bundlePath = plugins.path.join(packageDir, './dist_ts_web/bundle.js');
|
||||
export const bundlePath = plugins.path.join(packageDir, './dist_ts_web_inject/bundle.js');
|
||||
|
Reference in New Issue
Block a user