diff --git a/.gitignore b/.gitignore index c1f8346..53e62ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,27 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* -pnpm-lock.yaml -package-lock.json - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* +pnpm-lock.yaml +package-lock.json + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +config.bat diff --git a/apps/docs/vite.config.js b/apps/docs/vite.config.js index db4ae7e..7524f74 100644 --- a/apps/docs/vite.config.js +++ b/apps/docs/vite.config.js @@ -1,8 +1,8 @@ -import { defineConfig } from "vite"; -import react from "@vitejs/plugin-react"; -import { createRequire } from "module"; -const require = createRequire(import.meta.url); -// https://vite.dev/config/ -export default defineConfig({ - plugins: [react()], -}); +import { defineConfig } from "vite"; +import react from "@vitejs/plugin-react"; +import { createRequire } from "module"; +const require = createRequire(import.meta.url); +// https://vite.dev/config/ +export default defineConfig({ + plugins: [react()], +}); diff --git a/apps/playground-typescript/index.html b/apps/playground-typescript/index.html new file mode 100644 index 0000000..e352170 --- /dev/null +++ b/apps/playground-typescript/index.html @@ -0,0 +1,14 @@ + + +
+ + + +- We couldn't find any matching records. Try adjusting your - search or filters. -
- - -- {error.message || - "An unexpected error occurred while fetching data."} -
-- {error.name}: {error.message} -
-| ID | -- Name{" "} - - | -Status | -- Update At{" "} - - | -
|---|---|---|---|
| {item.id} | -{item.name} | -{item.status} | -- {new Date(item.date_updated).toLocaleString()} - | -
No data found!
-No data found!
+
- {error.name}: {error.message}
-
-
+ {error.name}: {error.message}
+
+ Initial Loading...
} -Initial Loading...
+ )} +{JSON.stringify(item, null, 2)}
- ))}
- {JSON.stringify(item, null, 2)}
+ ))}
+ Loading...
-Loading...
+