@squadbase/vite-server 0.0.1-build-16 → 0.0.1-build-18
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/main.js +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -17617,7 +17617,7 @@ var src_default = app5;
|
|
|
17617
17617
|
import { serveStatic } from "@hono/node-server/serve-static";
|
|
17618
17618
|
import path5 from "path";
|
|
17619
17619
|
import fs2 from "fs";
|
|
17620
|
-
var STATIC_DIR = process.env.STATIC_DIR ?? path5.join(import.meta.dirname, "../client");
|
|
17620
|
+
var STATIC_DIR = process.env.STATIC_DIR ?? path5.relative(process.cwd(), path5.join(import.meta.dirname, "../client"));
|
|
17621
17621
|
src_default.use(
|
|
17622
17622
|
"/assets/*",
|
|
17623
17623
|
serveStatic({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squadbase/vite-server",
|
|
3
|
-
"version": "0.0.1-build-
|
|
3
|
+
"version": "0.0.1-build-18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@clack/prompts": "^0.9.1",
|
|
57
|
-
"@squadbase/connectors": "^0.0.
|
|
57
|
+
"@squadbase/connectors": "^0.0.5",
|
|
58
58
|
"@types/node": "^22.15.0",
|
|
59
59
|
"@types/pg": "^8.16.0",
|
|
60
60
|
"@types/snowflake-sdk": "^1.6.24",
|