Compare commits
2 Commits
88d5d43448
...
f87e110359
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f87e110359 | ||
|
|
f1b1329c1b |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "app-ts",
|
||||
"version": "2.4.8",
|
||||
"version": "2.4.9",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "app-ts",
|
||||
"version": "2.4.8",
|
||||
"version": "2.4.9",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.102.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-ts",
|
||||
"version": "2.4.8",
|
||||
"version": "2.4.9",
|
||||
"description": "",
|
||||
"main": "dist/server.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -206,6 +206,11 @@ async function start() {
|
||||
root: path.join(__dirname, "..", "dist-client"),
|
||||
prefix: "/",
|
||||
wildcard: false,
|
||||
// The plugin's own Cache-Control management must be OFF or it
|
||||
// overwrites the setHeaders values below with "public, max-age=0"
|
||||
// (README: "To provide a custom Cache-Control header, set this option
|
||||
// to false"). ETags stay on, so no-cache still revalidates cheaply.
|
||||
cacheControl: false,
|
||||
// Deploy-skew caching contract (per the Vite deploy guide):
|
||||
// - /assets/* names are content-hashed → safe to cache forever
|
||||
// (a changed file always gets a NEW name, so "immutable" is correct).
|
||||
|
||||
Reference in New Issue
Block a user