0.3.0-0-pre.5-fix.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: Web/game-snake-poc/vite.config.ts
|
||||
// version: 2
|
||||
// version: 3
|
||||
|
||||
import { NodePackageImporter } from "sass-embedded";
|
||||
import { fileURLToPath } from "node:url";
|
||||
@@ -22,8 +22,8 @@ export default defineConfig({
|
||||
plugins: [
|
||||
viteStaticCopy({
|
||||
targets: [
|
||||
{ src: commonRuntimeAsset, dest: "common/data" },
|
||||
{ src: gameRuntimeAsset, dest: "game/data" },
|
||||
{ src: commonRuntimeAsset, dest: "common/data", rename: { stripBase: true } },
|
||||
{ src: gameRuntimeAsset, dest: "game/data", rename: { stripBase: true } },
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user