@funstack/static 0.0.1-alpha.0
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/build-BhjMQ5b5.mjs +5 -0
- package/dist/build2-BFobw-wK.mjs +5269 -0
- package/dist/build2-BFobw-wK.mjs.map +1 -0
- package/dist/chunk-CVYhg9ik.mjs +45 -0
- package/dist/chunk-ezxmLbPQ-BTJgBwYB.mjs +29 -0
- package/dist/chunk-ezxmLbPQ-BTJgBwYB.mjs.map +1 -0
- package/dist/chunk-yG6w5hYl.mjs +41 -0
- package/dist/chunk-yG6w5hYl.mjs.map +1 -0
- package/dist/config-ChWWLT6T.mjs +41331 -0
- package/dist/config-ChWWLT6T.mjs.map +1 -0
- package/dist/dist-CijqjcI1.mjs +6699 -0
- package/dist/dist-CijqjcI1.mjs.map +1 -0
- package/dist/false-CW0Ab7Sy.mjs +6 -0
- package/dist/false-CW0Ab7Sy.mjs.map +1 -0
- package/dist/false-CoaQMKhH.mjs +3 -0
- package/dist/index.d.mts +30 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +6083 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib-BY2rcZzh.mjs +366 -0
- package/dist/lib-BY2rcZzh.mjs.map +1 -0
- package/dist/node-entry-Elsz8XBx.mjs +18443 -0
- package/dist/node-entry-Elsz8XBx.mjs.map +1 -0
- package/dist/parseAst-C9pD5vU6.mjs +2109 -0
- package/dist/parseAst-C9pD5vU6.mjs.map +1 -0
- package/dist/picocolors-BxaHL81J-CyL9Yrra.mjs +74 -0
- package/dist/picocolors-BxaHL81J-CyL9Yrra.mjs.map +1 -0
- package/dist/postcss-CQ0jlpM-.mjs +5439 -0
- package/dist/postcss-CQ0jlpM-.mjs.map +1 -0
- package/dist/postcss-import-D8PxJXZF.mjs +452 -0
- package/dist/postcss-import-D8PxJXZF.mjs.map +1 -0
- package/dist/rollup-Cs2z7Zqk.mjs +9 -0
- package/dist/rollup-Cs2z7Zqk.mjs.map +1 -0
- package/dist/watch-70G_ECVN.mjs +7044 -0
- package/dist/watch-70G_ECVN.mjs.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"false-CW0Ab7Sy.mjs","names":[],"sources":["../../../node_modules/.pnpm/vite@7.3.1_@types+node@25.0.6_terser@5.44.1/node_modules/vite/misc/false.js"],"sourcesContent":["export default false\n"],"x_google_ignoreList":[0],"mappings":";AAAA,oBAAe"}
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Plugin } from "vite";
|
|
2
|
+
|
|
3
|
+
//#region src/index.d.ts
|
|
4
|
+
interface FunstackStaticOptions {
|
|
5
|
+
/**
|
|
6
|
+
* Root component of the page.
|
|
7
|
+
* The file should `export default` a React component that renders the whole page.
|
|
8
|
+
* (`<html>...</html>`).
|
|
9
|
+
*/
|
|
10
|
+
root: string;
|
|
11
|
+
/**
|
|
12
|
+
* Entry point of your application.
|
|
13
|
+
* The file should `export default` a React component that renders the application content.
|
|
14
|
+
*/
|
|
15
|
+
app: string;
|
|
16
|
+
/**
|
|
17
|
+
* Output directory for build.
|
|
18
|
+
*
|
|
19
|
+
* @default dist/public
|
|
20
|
+
*/
|
|
21
|
+
publicOutDir?: string;
|
|
22
|
+
}
|
|
23
|
+
declare function funstackStatic({
|
|
24
|
+
root,
|
|
25
|
+
app,
|
|
26
|
+
publicOutDir
|
|
27
|
+
}: FunstackStaticOptions): (Plugin | Plugin[])[];
|
|
28
|
+
//#endregion
|
|
29
|
+
export { FunstackStaticOptions, funstackStatic as default };
|
|
30
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;UAMiB,qBAAA;;AAAjB;AAkBC;;;EAKC,IAAA,EAAA,MAAA;EACC;;;;;;;;;;;;iBAJqB,cAAA;;;;GAIrB,yBAAyB,SAAS"}
|