nitro-nightly 3.0.1-20260121-181105-22bd0c63 → 3.0.1-20260121-183513-28f908a5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vite.d.mts CHANGED
@@ -9,8 +9,8 @@ import { Nitro, NitroConfig, NitroModule } from "nitro/types";
9
9
  declare module "vite" {
10
10
  interface UserConfig {
11
11
  /**
12
- * Nitro Vite Plugin options.
13
- */
12
+ * Nitro Vite Plugin options.
13
+ */
14
14
  nitro?: NitroConfig;
15
15
  }
16
16
  interface Plugin {
@@ -19,25 +19,25 @@ declare module "vite" {
19
19
  }
20
20
  interface NitroPluginConfig extends NitroConfig {
21
21
  /**
22
- * @internal Use preinitialized Nitro instance for the plugin.
23
- */
22
+ * @internal Use preinitialized Nitro instance for the plugin.
23
+ */
24
24
  _nitro?: Nitro;
25
25
  experimental?: NitroConfig["experimental"] & {
26
26
  vite: {
27
27
  /**
28
- * @experimental Enable `?assets` import proposed by https://github.com/vitejs/vite/discussions/20913
29
- * @default true
30
- */
28
+ * @experimental Enable `?assets` import proposed by https://github.com/vitejs/vite/discussions/20913
29
+ * @default true
30
+ */
31
31
  assetsImport?: boolean;
32
32
  /**
33
- * Reload the page when a server module is updated.
34
- *
35
- * @default true
36
- */
33
+ * Reload the page when a server module is updated.
34
+ *
35
+ * @default true
36
+ */
37
37
  serverReload?: boolean;
38
38
  /**
39
- * Additional Vite environment services to register.
40
- */
39
+ * Additional Vite environment services to register.
40
+ */
41
41
  services?: Record<string, ServiceConfig>;
42
42
  };
43
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.0.1-20260121-181105-22bd0c63",
3
+ "version": "3.0.1-20260121-183513-28f908a5",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "keywords": [
6
6
  "api-routes",